> Is there any way I can tell from an IEBCOPY unload file (that I received
Billy, You can print the header record of the unloaded IEBCOPY and check for Bit 7 whether the input dataset is a PDSE or NOT. Here is the lay out the header record from IEBCOPY https://www.ibm.com/docs/en/zos/2.4.0?topic=descriptions-header-records //CHKHDR EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //INP DD DISP=SHR,DSN=your unloaded.Iebcopy.dsn //SYSIN DD * PRINT INFILE(INP) COUNT(1) /* Thanks, Kolusu ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
