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 CharlieBrowne32,915 pts.
All Answer Wiki Contributors: CharlieBrowne32,915 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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?
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.
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
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.