I have a file with 3 columns empno.,name,sal. And i have some values in that.And i want to add all salaries.Is there any possiblity to add all salaries using sort in external Jcl.
Joined: 15 Feb 2005 Posts: 4683 Location: San Jose, CA
You can use DFSORT to do that, but how you would do it depends on exactly what the fields look like and what you want the output to look like. Please show an example of your input records and what you want the output to look like. Indicate the starting position, length and format of each field to be totalled.