in my dataset, i have no managmenty class but i can't anderstand why.
In the ACS Routines, i wrote :
WHEN (&STORCLAS = 'DUP1')
DO
SET &MGMTCLAS = 'MCDUP'
WRITE 'MGMTCLAS: OK DUP1'
EXIT
END
and in the allocation i have :
//QXXX EXEC PGM=IEFBR14
//OUT DD DSN=X.TEST.DUP1,DISP=(,CATLG,DELETE),
// STORCLAS=DUP1,
// SPACE=(CYL,(1000,400),RLSE),VOL=(,,,59),
// DCB=(RECFM=VB,LRECL=27994,BLKSIZE=27998)
but there is no Managment Class for my dataset. I would like to get : MCDUP as Managment Class