Hi,
I have two input files with 100,000 records. There is an requirement that need to write the values from position 1:9 of input file1 to 3:9 of input file 2.
Example:
Input File 1:
Mainframe12345
job3controllang
dfssortoutrecfl
Input File2:
somevalueshere
somevalueshere
somevalueshere
Output file:
somainframeere
sojob3controre
sodfssortouere
Please let me know how to handle this using DFSORT.
Thx in advance,
Ranjana