tested with
Code: Select all
****** ***************************** Top of Data ******************************
- - - - - - - - - - - - - - - - - - - 2 Line(s) not Displayed
000003 //AMS EXEC PGM=IDCAMS,REGION=0M,COND=(0,NE)
000004 //SYSPRINT DD SYSOUT=*
000005 //SYSIN DD *
000006 REPRO OUTFILE(TEST) INFILE(FIRST)
000007 REPRO OUTFILE(TEST) INFILE(SECND)
000008 //TEST DD DISP=MOD,DSN=ENRICO.MFTEST.PS
000009 //FIRST DD *
000010 FIRST
000011 //SECND DD *
000012 SECND
****** **************************** Bottom of Data ****************************
submitted THREE times to get
Code: Select all
VIEW ENRICO.MFTEST.PS Columns 00001 00072
Command ===> Scroll ===> CSR
****** ***************************** Top of Data ******************************
000001 FIRST
000002 SECND
000003 FIRST
000004 SECND
000005 FIRST
000006 SECND
****** **************************** Bottom of Data ****************************
obviously the first submit with an empty output
now the ball is into Your court for researching :geek:
it worked even with more than ONE repro in a single idcams execution
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
