20 pts.
 Meaning of USER MOD FLAG generated in RTVCLSRC
The source generated from the RTVCLSRC command has some header comments which give some information about the CL program.  One comments has; "User mod flag  . . . . . . . . . . . . . :   *YES" .  I can't determine what this means or refers to.  Any ideas?              

Software/Hardware used:
AS/400
ASKED: November 28, 2009  1:04 PM
UPDATED: November 30, 2009  2:39 PM

Answer Wiki:
For full info, run DSPOBJD mylib/mypgm *PGM DETAIL(*SERVICE) and scroll the panel down to see the "User modified" attribute. Use <F1=Help> to see the full description. In short, it means it was modified by "the user", which for a program generally means "the programmer". Tom
Last Wiki Answer Submitted:  November 29, 2009  11:16 am  by  TomLiotta   107,695 pts.
All Answer Wiki Contributors:  TomLiotta   107,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Thanks very much, I couldn’t figure it out.
I took a cl program and ran chgpgm on it and that changed the flag from no to yes.

 20 pts.