Problem:
Is it possible to create a dataset using IEFBR14 so that the dataset will actually exist, instead of just having a catalog entry ?
Resolution:
This can be achieved quite easily for sequential datasets by adding the DSORG=PS parameter.
Example :-
//DD1 DD DSN=AAA.TEST.DATASET,DISP=(,CATLG,DELETE),
// SPACE=(CYL,(30,15),RLSE),
// DCB=(RECFM=FB,LRECL=135,BLKSIZE=0,DSORG=PS)
#EnterpriseDeveloper
#IEFBR14
#DSORG
#MFDS
