Hi ,
I created a GDG base IK5991A.MYLIB1.TEST
[
My aim is to check that if we are passing same generations of the GDG base more than once then what will be the count of the GDG generations i.e will it take the generation only once and give the count as 1 or will it consider all the same generations and give the count as the number of times I have passed the generations.
Using IEBGENER utility I am copying a PS file to the same generation and want to see the result but it is showing something like this
Pls Help me on this
//F EXEC PGM=UCHECK
//STEPLIB DD DISP=SHR,DSN=XXXXXX.UCHECK.LOAD
//SYSPRINT DD DISP=(,CATLG),UNIT=SYSDA,SPACE=(TRK,(1,1)),
// DSN=XXXXXX.UCHECK.SYSPRINT(+1)
//LU DD DISP=SHR,DSN=XXXXXX.SCANLU.INPUT
//DB DD DISP=OLD,DSN=XXXXXX.UCHECK.DB
//FLIST EXEC PGM=IEBGENER
//SYSPRINT DD DUMMY
//SYSIN DD DUMMY
//SYSUT1 DD DISP=OLD,DSN=XXXXXX.UCHECK.SYSPRINT(+1)
//SYSUT2 DD SYSOUT=*,DCB=(RECFM=VA,LRECL=125,BLKSIZE=129)