Willie, It looks good. So my next question is why are you coding a VOLSER when you want SMS to manage it?
For SMS Management I rarely code a VOLSER. Or if I do, the users use VOL(*) rather than a specific volser. I agree with the others. Check you ACS code for either USER filtlist or VOLSER over rides. You have something that is overriding what you want to happen. Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of willie bunter > Sent: Wednesday, February 19, 2014 5:41 AM > To: [email protected] > Subject: Re: IDC3009I ** VSAM CATALOG RETURN CODE IS 48 - REASON > CODE IS IGG0CLAT-80 > > Lizette, > > Here is the DATACLAS Construct : > Use DOWN Command to View next Panel; > > Command ===> > > CDS Name . . . . . : SYS2.SMS.SCDS > Data Class Name . . : CICSALL > > Data Set Name Type . . . . . : EXTENDED > If Extended . . . . . . . . : REQUIRED > Extended Addressability . . : YES > Record Access Bias . . . . : USER > Space Constraint Relief . . . : NO > Reduce Space Up To (%) . . : > Dynamic Volume Count . . . : > > -------------------------------------------- > On Tue, 2/18/14, Lizette Koehler <[email protected]> wrote: > > Subject: Re: IDC3009I ** VSAM CATALOG RETURN CODE IS 48 - REASON > CODE IS IGG0CLAT-80 > To: [email protected] > Received: Tuesday, February 18, 2014, 5:50 PM > > Willie, > > Please do the following > 1) Identify the Data Class that this data set will be assigned - Use TEST function in > ISMF. > 2) Check that Data Class for the Extended attribute in the panel. > > If that matches, then the RC48-80 > > Explanation: Define data set with > extended format information is not valid for a non-SMS data set. > > Is valid for your file. > > You may need to assign this file to a different Data Class that does not contain the > EXTENDED FORMAT flag. Or let the file be an SMS managed file. > > > Lizette > > > > -----Original Message----- > > From: IBM Mainframe Discussion List [mailto:[email protected]] > On > Behalf Of Willie Bunter > Sent: Tuesday, February 18, 2014 11:08 AM > To: > [email protected] > Subject: Re: IDC3009I ** VSAM CATALOG > RETURN CODE IS 48 > - REASON > > CODE IS IGG0CLAT-80 > > > > Hi Leo, > > > > Here it is : > > > > DEFINE CLUSTER ( - > > > NAME(CICSALL.APPLIC.PROD.ZWA6) - > > VOLUME(FPS002) - > > RECORDSIZE(80 > 80)) - > > DATA ( - > > > NAME(CICSALL.APPLIC.PROD.ZWA6.DATA) - > CYL(1 1)) - > > INDEX ( - > > NAME(CICSALL.APPLIC.PROD.ZWA6.INDEX) - > TRACKS(1 1)) > > > Below is the error message: > > IDC3014I CATALOG ERROR > > IDC3009I ** VSAM CATALOG RETURN CODE IS 48 - REASON CODE IS > > IGG0CLAT-80 > IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12 > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email to > [email protected] with the message: INFO IBM-MAIN > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email to > [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
