The environment of termination Key is set again according to information of the specified key definition file.
Specification
01 key-definition-file-name PIC X(n). 01 file-name-length PIC 9(9) BINARY. 01 status-code PIC S9(4) COMP-5.
CALL "CBL_SET_SCR_KEYFILE" USING key-definition-file-name file-name-length RETURNING status-code.
Interface
The key definition file name is set.
Specifies the length of the key definition file name.
Return code
The return code is set in the status-code specified in the RETURNING clause.
0: Successful
Other than 0: Failure
Note
When this routine executes, it is necessary to specify execution environment information @CBR_SCR_KEYDEFFILE beforehand.