Thanks for ur response.I have a small clarification.If all fields on the screen is from 1 file chain and then exfmt will work.What if the screen has fields form more than 1 file.
Software/Hardware used:
ASKED:
November 25, 2008 12:51 PM
UPDATED:
November 25, 2008 2:02 PM
If you’re adding a new file to the program you can include the prefix keyword in the F spec
example Prefix (p2_). Then there is no chance of field name overlap. The new files fields woudl be addressed as p2_fieldName instead of their native name of fieldName.
Good Luck
Phil