Bruce Black wrote: > > > > > > >Another method of handling programs that produce multiple dumps is to > >use FREE=CLOSE to allow multiple dump DDs. e.g. > > > >//TEST1 EXEC PGM=SHRMAIN,REGION=5M > >//STEPLIB DD DSN=SASDTP.TEST.LOAD,DISP=SHR > >//CTRANS DD DSN=SASDTP.LC750.LOAD,DISP=SHR > >// DD DSN=LSD.LC750.LOAD,DISP=SHR > >//SYSPRINT DD SYSOUT=* > >//SYSTERM DD SYSOUT=* > >//LOG DD SYSOUT=* > >//SYSMDUMP DD DSN=SASDTP.SYSMDUMP,DISP=SHR,FREE=CLOSE > >//SYSUDUMP DD SYSOUT=*,FREE=CLOSE > >//SYSMDUMP DD DSN=SASDTP.SYSMDUM2,DISP=SHR,FREE=CLOSE > >//SYSUDUMP DD SYSOUT=*,FREE=CLOSE > > > Don, that idea is inspired! Have you actually done this to be sure it > works?
I do it all the time. We do run JES2 though... > > -- > Bruce A. Black -- Don Poitras - zSeries R & D - SAS Institute Inc. - SAS Campus Drive mailto:[EMAIL PROTECTED] (919)531-5637 Fax:677-4444 Cary, NC 27513 ---------------------------------------------------------------------- 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

