Library /sys$common/syshlp/helplib.hlb  —  Getinput  /VALID  Examples
   $ GETINPUT OutputSymbol /VALID=(yes,no)/PROMPT="Continue"
   Continue: JA
   %GIP-W-INPERR, input has to be in the VALID list
   Continue: ?
   %GIP-I-HELP, the input must be chosen from the following list: YES,NO
   Continue: y
   $ show symbol OutputSymbol
     OUTPUTSYMBOL = "YES"

   $ GETINPUT OutputSymbol /VALID=(1,5)/TYPE=INT/PROMPT="Kies een optie"
   Kies een optie: 0
   %GIP-W-INPERR, input has to be in the VALID list
   Kies een optie: yes
   %GIP-W-INPERR, input has to be numeric
   Kies een optie: ?
   %GIP-I-HELP, the input must be an integer value from 1 to 5
   Kies een optie: 5
   $ show symbol OutputSymbol
     OUTPUTSYMBOL = "5"
Close Help