For output files creating a NEW PDS member, you must use DISP=NEW to allocate a new dataset. DISP=OLD and DISP=SHR are for existing datasets. DISP=MOD is for extending existing datasets, not creating new ones. DISP=NEW with appropriate DCB parameters creates the new PDS member.