by antu » Tue Jul 07, 2009 2:04 am
Hi,
First of all Thanks a lot Dick..... I have submitted the below JCL
//DATAVAL JOB 'BISWP',CLASS=A,NOTIFY=&SYSUID
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=A
//OUTDS DD DSN=USER.TEST.OUTPUT,
// STORCLAS=LARGE,
// DSORG=PS,
// DCB=(RECFM=VB,LRECL=644,BLKSIZE=0),
// SPACE=(1,(100,100)),
// DISP=(NEW,CATLG,DELETE)
//SYSIN DD *
DCOLLECT -
OFILE(OUTDS) -
VOLUME(DMPU17)
//
and it is working fine... but i am not able to see that %USED, Tracks Allocated and Tracks Used information in the output file USER.TEST.OUTPUT.....
Could anyone help me out!!!!
Thanks