Re: Merge two files with different lenght

2011-07-08 Thread Frank Yaeger
Hilario G. at IBM Mainframe Discussion List wrote on 07/08/2011 02:12:33 AM: > I solve the problem using next JCL: > > //STEP1 EXEC PGM=ICETOOL > //TOOLMSG DD SYSOUT=* > //DFSMSG DD SYSOUT=* > //IN1 DD DSN=file80,DISP=SHR > //IN2 DD DSN=file210,DISP=SHR > //OUT

Merge two files with different lenght

2011-07-08 Thread Hilario G.
Hi folks, I solve the problem using next JCL: //STEP1 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //IN1 DD DSN=file80,DISP=SHR //IN2 DD DS