In the JCL manual z/OS V1.6, it states: Do not code ABSTR for SMS-managed data sets
SPACE=(ABSTR,(...)). When the absolute track technique is used, the designated tracks must make up a whole number of cylinders So, my question is - Have you made sure this file name is no longer SMS managed? And have you confirmed that 20 DIR Blks is correct for this dataset? Did you allocate a space size that is equal to WHOLE Cylinders (15, 30, 90, etc... is a cylinder number in tracks) - 100 does not look to be a true cylinder size. A JCL error like this usually will detail the last good thing it scanned just before the error. Lizette > ---- > Hi All > The question below on behalf of our Storage Administrator. Any help will > be appreciated. > > Kind Regards, > > I am attempting to recover the PDS. > > > I dumped the full volume using the tracks option and restored it on an > empty volume on our test system. I located the PDS at location > > ** TRACK(CCHH) 1A580000 R0 DATA 0000000000000000 > > COUNT 1A580000010005A0 > > 0000 6CD385A3 40E2A8A2 7EE5C1E3 5E404040 40404040 40404040 40404040 > 40404040 > 0020 40404040 40404040 40404040 40404040 40404040 40404040 40404040 > 40404040 > > 0040 TO 009F SAME AS ABOVE > > When I calculated the track address as 101160 (X'1A58' = 6744 * 15 > tracks). > When I used this as the track address I am getting a JCL error. > 1 //FASYS03I JOB > (DBI,SYS1),MOE,CLASS=S,MSGCLASS=T,NOTIFY=&SYSUID > //* TYPRUN=HOLD > IEFC653I SUBSTITUTION JCL - > (DBI,SYS1),MOE,CLASS=S,MSGCLASS=T,NOTIFY=F > 2 //STEP1 EXEC PGM=IEFBR14 > 3 //DD1IN DD DSN=FASYS03.SAS.DQ.SOURCLIB, > // DISP=(NEW,CATLG), > // VOL=SER=SA8F2C,LRECL=80,BLKSIZE=27920,RECFM=FB,UNIT=3390, > // SPACE=(ABSTR,(100,101160,20)) > STMT NO. MESSAGE > > 3 IEF642I EXCESSIVE PARAMETER LENGTH IN THE SPACE FIELD > > The data is on a 3390-9. Would this be a problem? I am also confused > with what I checked in the JCL manual. The manual says that the primary > space allocation is in tracks and not cylinders as you showed in your > example. (referring to the example from Jon L. Veilleux sent on Monday > to IBM-MAIN) > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html