Hi..Its a basic question..I have done several times..but having an issue now
I was creating PDSE using option 3.2 I gave Library as an option and Record Length I was giving 0 but PDSE was not getting created
next I created using a JCL using step as
/STEP10 EXEC PGM=IEFBR14
//DD01 DD DSN=HLQ.PDSE1,
// DISP=(NEW,CATLG,DELETE),
// UNIT=DISK,SPACE=(CYL,(2,1)),
// DCB=(LRECL=80,BLKSIZE=0,DSORG=PO,RECFM=FB),
// DSNTYPE=LIBRARY
And When i checked with list option it was library. Can anyone please help me how to create a PDSE.