185 pts.
 Loading multiple subfields in RPGLE
hello sir, Actually i know the procedure how to load subfile  i have done this. But I want to load two subfile at a time in single screen , Just tell me the procedure which functionality i have to add in this problem ,,,

Suppose I have two display record format then right now what i have to do for loading these two dsp record format ... tell me details procedure ..........Thanks In adv



Software/Hardware used:
ASKED: August 6, 2010  11:11 AM
UPDATED: August 7, 2010  3:40 AM

Answer Wiki:
You load two subfiles the same way you load one subfile except you will have two loops to write the subfile record formats instead of just one loop. And if you want to load three subfiles, you will code three loops, one loop for each subfile record format. If you want to load four subfiles, code four loops. Loading multiple subfiles is easy. The tricky part might involve getting them all to <b>display</b> correctly. Displaying a subfile is separate from loading a subfile. Tom
Last Wiki Answer Submitted:  August 6, 2010  8:32 pm  by  TomLiotta   107,995 pts.
All Answer Wiki Contributors:  TomLiotta   107,995 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

This is the third time you have asked this question.
Please clarify your question.
Do you need to know about the display file?
The commands to show/read the screen?
The program steps to load data into the subfiles?
Phil

 44,150 pts.