Hi.
I'm new to the UNIX mainframe world. I have a problem which I can't solve. I need to concatenate multiple input files in order to process them. If I was in the IBM world it would be A simple JCL statements. as the example below.
//INFILE dd dsn=abc.def,disp=shr
// dd dsn=abc.efg,disp=shr
I would like to do this in UNIX ECL.
I'm new to the UNIX mainframe world. I have a problem which I can't solve. I need to concatenate multiple input files in order to process them. If I was in the IBM world it would be A simple JCL statements. as the example below.
//INFILE dd dsn=abc.def,disp=shr
// dd dsn=abc.efg,disp=shr
I would like to do this in UNIX ECL.