> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of John P Donnelly > Sent: Monday, April 09, 2007 11:49 AM > To: [email protected] > Subject: Re: DFSMSDSS > > > The JCL follows: > > /STEP010 EXEC PGM=ADRDSSU, > / REGION=8M > /SYSUDUMP DD SYSOUT=* > /SYSPRINT DD SYSOUT=* > /TAPE DD DSN=CJPDSC.JOBTRAC.CPU111.DATASETS, > / DISP=(NEW,CATLG), > / VOL=(,,,99), > / UNIT=3490, > / LABEL=EXPDT=99000, > / DCB=MODEL.DSCB > /SYSIN DD * > DUMP DATASET(INCLUDE( - > J092SC.JOBTRAC.RRUNLIB -
Ah! and what are the DCB characteristics of MODEL.DSCB? Is it possible that it was recreated on your new system and included bad characteristics? Also, if a DATACLAS is assigned to the DD, then you no longer need a DCB=MODEL.DSCB parameter at all. The DATACLAS will fulfill the need instead. Actually, since you are not using a GDG, you don't need a DCB=MODEL.DSCB in any case. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

