Hi Guys,
I have two steps in my job. first step PS05 is creating a new version of the GDG 'TABCCI.INVOICE.REPORT(+1)'. second step is as follows,
//PS10 EXEC PGM=FTP,REGION=4M,PARM='(EXIT',COND=(0,NE)
//INPUT DD DSN=HLCNTL.PROD.CNTLLIB(CIBS037A),DISP=SHR
//OUTPUT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=X
below is the data in INPUT file
CD Folder1
PUT 'TABCCI.INVOICE.REPORT(+1)' report.txt
for example if the step PS05 is creating version G0001V00, then what version will be FTP'ed? is it G0001V00 or G0002V00.
Please clarify this.