Can you help me with the JCL to create a PDS with multiple empty members (say A1, A2, ....A200)
Note: I want to create the PDS and the 200 members in a single step
I tried with the following code to create empty members for an already existing PDS. But I was not able to create more than one member in a single step
/*JOBPARM S=*
//STEP01 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD *
/*
//SYSUT2 DD DISP=SHR,DSN=AAAA.BBBB.CCCC(NEWJCL)
//SYSIN DD DUMMY
//SYSOUT DD SYSOUT=*
//*
//STEP01 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD *
/*
//SYSUT2 DD DISP=SHR,DSN=AAAA.BBBB.CCCC(NEWJCL)
//SYSIN DD DUMMY
//SYSOUT DD SYSOUT=*
//*