Parameters
This list contains the parameters for the ERRORYESNO instructions.
- Code
- Integer
 - Required
 - The returned status code from a procedure call to launch the To-Screen if true.
 
 - Yes-To-Screen
- String
 - Required
 - Name of the screen to launch if the user answers yes.
 
 - Yes-Repeat
- Integer – Valid values are 1 to -1
 - Required
 - Number of times the Yes-To-Screen will execute. 1: Executes one time and then exit. -1: The screen stays active until a user cancels the screen.
 
 - No-To-Screen
- String
 - Optional
 - Name of the screen to launch if the user answers no.
 
 - No-Repeat
- Integer – Valid values are 1 or -1
 - Required
 - Number of times the No-To-Screen will execute. 1: Executes one time and then exit. -1: The screen stays active until a user cancels the screen.
 
 - Question