ndevriendt
Programmer
Hello,
I've the following parameter in a command that I've written.
PARM KWD(RMTSYS) TYPE(*CHAR) LEN(198) DFT(*NONE) +
PROMPT('System at distance') +
CHOICE('Name, *INNETADR, *NONE')
The possible values (Choice) are not showed on the screen unless I decrease the number of the length of my paramter from 198 to 12. (When I use 198 I've 3 lines to enter the value of my parameter)
Can somebody tell me how I can display the possible values with a parameter of this lenght.
Thanks for your time and answer.
Devriendt Nico
I've the following parameter in a command that I've written.
PARM KWD(RMTSYS) TYPE(*CHAR) LEN(198) DFT(*NONE) +
PROMPT('System at distance') +
CHOICE('Name, *INNETADR, *NONE')
The possible values (Choice) are not showed on the screen unless I decrease the number of the length of my paramter from 198 to 12. (When I use 198 I've 3 lines to enter the value of my parameter)
Can somebody tell me how I can display the possible values with a parameter of this lenght.
Thanks for your time and answer.
Devriendt Nico