Dear steve-myers,
thanks a lot for your detailed explanation!
//A EXEC PGM=IEFBR14
//GUSTAV DD DISP=(MOD,DELETE),UNIT=SYSDA,SPACE=(TRK,0),
// DSN=&SYSUID..GUSTAV.DATA(GUSTAV)
steve-myers wrote:I created this JCL example for you. Except for the use of &SYSUID in the data set name it would have worked 52 years ago!//A EXEC PGM=IEFBR14
//GUSTAV DD DISP=(MOD,DELETE),UNIT=SYSDA,SPACE=(TRK,0),
// DSN=&SYSUID..GUSTAV.DATA(GUSTAV)
steve-myers wrote:I am not a big fan of PDSE. I only use it where its data management benefits outweigh the serious performance and space utilization penalties PDSE enacts. Yes, PDSE always uses more space than PDS, at least until you start adding, deleting and replacing members. Don't forget PDSE is based on HFS, which has been entirely replaced with zFS because of HFS performance.