1,025 pts.
 AS/400 display file
How to decide the position of Display file's constant variable dynamically. I wanted to decide the position in RPGLE program.

Software/Hardware used:
AS400
ASKED: November 20, 2009  1:41 PM
UPDATED: November 21, 2009  1:10 AM

Answer Wiki:
Define a line as a field 79 characters (1 position for an attribute byte). Then in your program populate that field with the contstant you want to display. You can insert Hex values for attributes bytes if you want. =========================================================== If you want to do it yourself (without using the above suggestion, which is perfectly valid), then define a record format as USRDFN or use the DSM APIs. I.e., do it yourself. Tom
Last Wiki Answer Submitted:  November 21, 2009  1:10 am  by  CharlieBrowne   32,785 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,785 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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