Author: maxsubrat
Subject: Reply to: SORT VSAM file with each field one by one into output file
Posted: Tue Mar 14, 2017 2:57 pm (GMT 5.5)
I have mentioned my input file structure very clearly..
4 fields .. the 4th field has occurs 40 times.
my output should be 1st and 4th field only...
We can do SORT to fetch all the records based on the key...
But each record will come in a line.. Instead of, I want to put each field in a separate line.
Just want to know whether this is possible in SORT ?
Subject: Reply to: SORT VSAM file with each field one by one into output file
Posted: Tue Mar 14, 2017 2:57 pm (GMT 5.5)
I have mentioned my input file structure very clearly..
4 fields .. the 4th field has occurs 40 times.
my output should be 1st and 4th field only...
We can do SORT to fetch all the records based on the key...
But each record will come in a line.. Instead of, I want to put each field in a separate line.
Just want to know whether this is possible in SORT ?