gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 330
|
|
|
|
Hi Anuj,
if you have FILEAID, you can also use it to list the volumes
| Code: |
//STEP0001 EXEC PGM=FILEAID
//SYSPRINT DD SYSOUT=*
//SYSLIST DD DSN=OUTPUT DSN,
// DISP=(,CATLG,DELETE),
// UNIT=SYSDA,
// SPACE=(TRK,(50,10),RLSE),
// DCB=(RECFM=FBM,LRECL=133,BLKSIZE=27930)
//SYSIN DD *
$$DD01 VTOCDSN UNIT=3390,DSNAME=*,VOLSER=(CTL0)
/*
|
Above example will list all volumes prefixed with CTL0
Gerry |
|