This subroutine changes the mode whether the attributes of input field are initialized or no when ACCEPT statement is executed.
Specification
01 init-mode PIC 9(4) BINARY.
CALL "CBL_INIT_SCR_ACCEPT_ATTR " USING init-mode RETURNING status-code.
Interface
Specify the following value.
0: The attributes of input field are initialized when ACCEPT statement is executed. (Default mode)
1: The attributes of input field are not initialized when ACCEPT statement is executed.
This mode is not changed until next this subroutine is called.
Return code
The return code is set in the status-code specified in the RETURNING clause.
0: Successful
Other than 0: Failure