The MODIFY-SYSTEM-LOGON-PROCEDURE statement is used to enter the name of a global LOGON call procedure in the currently open parameter file. This procedure will then be called and executed automatically at every LOGON with the CALL-PROCEDURE command.
MODIFY-SYSTEM-LOGON-PROCEDURE |
NAME = *UNCHANGED / *NONE / *STD / <filename 1..54 without-gen-vers> |
NAME = *UNCHANGED / *NONE / *STD / <filename 1..54 without-gen-vers>
Defines whether a global LOGON call procedure is to be entered in the parameter file. This entry is optional.
NAME = *NONE
Deletes the entry for a global LOGON call procedure from the parameter file.
NAME = *STD
The default name '$.SYS.SDF.LOGON.SYSPROC' is entered.
NAME = <filename 1..54 without-gen-vers>
Name of the new global LOGON call procedure.