Unless you are working with the guaranteed space attributes under SMS, you should not (or need to) specify VOLUMEif you are targeting SMS storage. VOLUME vs STORCLAS/MGMTCLAS should be view as mutually exclusive.
I also use writes in my ACS routines so that I know exactly which path the allocation takes through each routine. > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of willie bunter > Sent: Wednesday, February 19, 2014 4: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 : > Command ===> > > CDS Name . . . : SYS2.SMS.SCDS > Data Class Name : CICSALL > > Description : DATACLAS FOR Z/OS CICSALL.** > > Recfm . . . . . . . . . : > Lrecl . . . . . . . . . : > Override Space . . . . . : NO > Space Avgrec . . . . . . : > Avg Value . . . . : > Primary . . . . . : > Secondary . . . . : > Directory . . . . : > Retpd Or Expdt . . . . . : > Volume Count . . . . . . : 1 > Add'l Volume Amount . . : > > 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 . . . : > Compaction . . . . . . . . . : > Spanned / Nonspanned . . . . : > Media Interchange > Media Type . . . . . . . . : > Recording Technology . . . : > Performance Scaling . . . . : > Performance Segmentation . : > Use UP/DOWN Command to View other Panels; > > CDS Name . . . : SYS2.SMS.SCDS > Data Class Name : CICSALL > > System Managed Buffer . . . : > System Determined Blocksize : NO > Block Size Limit . . . . . . : > EATTR . . . . . . . . . . . : > Recorg . . . . . . . . . . . : > Keylen . . . . . . . . . . . : > Keyoff . . . . . . . . . . . : > CIsize Data . . . . . . . . : > % Freespace CI . . . . . . . : > CA . . . . . . . : > Shareoptions Xregion . . . . : > Xsystem . . . . : > > > Use UP/DOWN Command to View other Panels; > Command ===> > > CDS Name . . . : SYS2.SMS.SCDS > Data Class Name : CICSALL > > Reuse . . . . . . . . . . . : NO > Initial Load . . . . . . . . : RECOVERY > BWO . . . . . . . . . . . . : > Log . . . . . . . . . . . . : > Logstream Id . . . . . . . . : > FRlog . . . . . . . . . . . : > RLS CF Cache Value . . . . . : ALL > RLS Above the 2-GB Bar . . . : NO > Extent Constraint Removal . : NO > CA Reclaim . . . . . . . . . : YES > > > -------------------------------------------- > 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:IBM- > [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
