510 pts.
 Hide AS/400 Parameter
How can we hide the parameter from user view and pass with some default value.

Software/Hardware used:
AS400
ASKED: January 9, 2011  7:34 AM
UPDATED: January 13, 2011  1:11 PM

Answer Wiki:
If it is an IBM supplied Comman, You can create your own with the same name. YOu would modify it to have only the parms you want th user to be able to alter, then put in the parms you want and submit it. Then have it in the libary list before QSYS.
Last Wiki Answer Submitted:  January 10, 2011  9:39 pm  by  CharlieBrowne   32,915 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,915 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Hide what parameter? On a call to a program? On a command entered from a command line? On a command prompted by a program? If it’s a command, is it a system-supplied command or one you wrote yourself?

Tom

 108,300 pts.

 

If the user has access to the command line to enter the Command than CharlieBrowns answer would be the way to go, if it is being used in some CL program behind a menu you should turn to the selective prompting capabilities for Commands.

 2,250 pts.