I am trying to copy a PDS to a PS file using the below jcl, but I am getting the word "V" in the first coloumn of each line in the output PS file. Any suggestions as how to get rid of this please?
//IEBPTPCH EXEC PGM=IEBPTPCH
//SYSUT1 DD DSN=HLQ.PDS.FILE,DISP=SHR
//SYSUT2 DD DSN=HLQ.PS.FILE,DISP=(,CATLG,DELETE),UNIT=SYSDA,
// SPACE=(CYL,(15,15),RLSE)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
PUNCH TYPORG=PO
/*
//SYSUT1 DD DSN=HLQ.PDS.FILE,DISP=SHR
//SYSUT2 DD DSN=HLQ.PS.FILE,DISP=(,CATLG,DELETE),UNIT=SYSDA,
// SPACE=(CYL,(15,15),RLSE)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
PUNCH TYPORG=PO
/*
Thank you.