Hi, I'm review part of an existing code and found the following:
//SORTOF01 DD DSN=&CUST..&SYSTEM.MA.PREDIST(+1),
// DISP=(NEW,CATLG,DELETE),
// UNIT=&TAPE,
// VOL=(,,,20),
// LABEL=RETPD=500,
// DCB=(SYS3.DSCB,BUFNO=20,
// RECFM=FB,LRECL=350,BLKSIZE=32550),
// MGMTCLAS=MCMT0001
I think the management class should't be there, could anyone confirm me this?.
If I remove the LABEL parameter do I need to code the management class? Or the management class is only for storage on disc?
PMAGUI