//* //STEP1 EXEC PGM=IDCAMS,REGION=4096K //SYSUT1 DD DISP=OLD,DSN=your.data.set.name, // RECFM=U,BLKSIZE=32760, // LABEL=(1,SUL,EXPDT=98000), // UNIT=uuuuuuuu,VOL=(,RETAIN,SER=vvvvvv) //SYSPRINT DD SYSOUT=* //SYSIN DD * PRINT INFILE(SYSUT1) COUNT(nnn) /*
//
Note: While the tape was originally created as an SL tape, SUL is specified to direct IDCAMS to process the User Header Labels (UHLs) correctly.
To dump encrypted data
Note: You can use the COUNT parameter to control the number of data blocks printed in dump format. To do this, change nnn to an appropriate numeric value to limit excessive print output.
| Copyright © 2010 CA. All rights reserved. | Tell Technical Publications how we can improve this information |