0 pts.
 DSPF prog
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

Answer Wiki:
Hi, As long as all the relevant datafiles have been read or chained, then the fields are filled and will be displayed on the record when you use exfmt. If more than one file needs to be updated, then you'll also need extra updates in your program. This can get tricky when you have the same field names in several files (possibly with different data in each file). Hopefully you won't get yourself into that sort of situation. Regards, Martin Gilbert.
Last Wiki Answer Submitted:  November 25, 2008  12:56 pm  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 44,180 pts.