Use the INPUT statement to specify the parameters that are passed to a prompt. An input parameter is a variable that receives data from the calling state table or prompt. Input variables cannot be assigned.
If used, the INPUT statement must appear at the beginning of the prompt.
Once you have defined input parameters, you can Select them for use in other statements.
INPUT NUMBER newmsg, STRING custname;
The parameters newmsg and custname are passed from the calling state table to the prompt for use in the prompt.
Use the following procedure to define an INPUT statement:
The system displays the Input Parameters window.
The system displays the Add Variable window.
The INPUT statement is added at the beginning of the prompt.