PROMPT prompt statement

Use the PROMPT statement to call another prompt from within the same directory. You can pass information in parameters between prompts.

Syntax



Examples

PROMPT my_prompt;

The prompt my_prompt is played.

PROMPT bal_prompt (cust_name, acct_num); 

The prompt bal_prompt is passed the input parameters cust_name and acct_num, which are used by bal_prompt to play the required information.