I am new to mainframes and i want to find a method using utilties to copy one record from one sequential file and another record from a second sequenntial file to a new sequential file.
Eg,
sequntial file A contains fields
Sno: ,Name
sequential file B contains fields as follows
Balance , credit
then the utility should produce a sequential file using one field from file A and one field from File B
producing a new sequential file C containing fields like
Sno , Credit
Please help