Here's another beginner's question.
I have to map a payment file (2 input and 1 output). The 2 input files are a header file and a detail file. The common identifier between the two files is a field called PAYID.
If the detail file is my primary input file, what function do I use to get to the header file using PAYID as sort of a key?
Thanks for any help.
note: both files are flat sequential files. There is no problem
coverting them into a .csv file.
jmanj
I have to map a payment file (2 input and 1 output). The 2 input files are a header file and a detail file. The common identifier between the two files is a field called PAYID.
If the detail file is my primary input file, what function do I use to get to the header file using PAYID as sort of a key?
Thanks for any help.
note: both files are flat sequential files. There is no problem
coverting them into a .csv file.
jmanj