20 pts.
 Subfiles in RPGLE using WDSC.
I have a subfile set up with a i/o field in the footer.  When I change the value of that feild in the footer from the screen the computer does not recognize the change.  First, can I have an i/o field in a footer.  If so what is the execution process?  I have tried writing the footer again and updating the footer again.

Software/Hardware used:
AS/400 RPGLE and WDSC
ASKED: February 3, 2010  6:36 PM
UPDATED: February 5, 2010  2:10 AM

Answer Wiki:
Maily we will use footer to display all the information , which was already processed by the Subfile Record Format . Footer just for to show all the calculation totals of the subfile record format . As you said , if you want you can use I/O field at footer also, but according to that you need to wire code for further operations . if you need further information please ask your question clearly .
Last Wiki Answer Submitted:  February 4, 2010  6:45 am  by  Abdulonas400   125 pts.
All Answer Wiki Contributors:  Abdulonas400   125 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Sounds like it could work
1 Write footer
2 EXFMT sflctl
3 READ footer

 44,190 pts.