That's correct. Did you get rc=0 on your job? You have the weekly dd commented out so I'm assuming you're dealing with test data.
________________________________ From: Dean Montevago [mailto:[EMAIL PROTECTED] Sent: Fri 12/22/2006 3:14 PM To: [email protected] Subject: Re: Max Allocation w/ Space= DD I thought that came into play at dataset close, meaning the operation was successful and the system is releasing the unused space. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of O'Brien, David W. (NIH/CIT) [C] Sent: Friday, December 22, 2006 3:10 PM To: [email protected] Subject: Re: Max Allocation w/ Space= DD Look up RLSE in the jcl reference manual. ________________________________ From: Dean Montevago [mailto:[EMAIL PROTECTED] Sent: Fri 12/22/2006 3:07 PM To: [email protected] Subject: Re: Max Allocation w/ Space= DD Here it is: //STEP02 EXEC PGM=IFASMFDP,REGION=6M //* DD DISP=SHR,DSN=PROD.SMF.MVSP.WEEKLY(+0) //DUMPIN DD DISP=SHR,DSN=PROD.SMF.MVSP.DAILY.G0001V00 // DD DISP=SHR,DSN=PROD.SMF.MVST.DAILY.G0001V00 //DUMPOUT DD DSN=PROD.MVSP.SMFDAY, // DISP=(NEW,CATLG,DELETE), // UNIT=SYSDA, // SPACE=(CYL,(4000,4000),RLSE), // DCB=(BLKSIZE=0,LRECL=32760,RECFM=VBS) -----Original Message----- ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

