Previous Topic: How You Write Your Own User ID Security Exit

Next Topic: System Close Down Parameter List


System Initialization Parameter List

On entry to the security exit, Register 1 points to a list of ten full words, as shown in this diagram.

The diagram shows the parameter list for the System Initialization call.

The contents of the parameter list are as follows:

Word 1

Is a fullword containing the address of function code F‘0’.

Word 2

Is set to zero.

Word 3

Is a 24-character area containing the following:

These characters are passed to the exit to identify the region that is executing and can be regarded as the user ID of the system. The exit can use this value to determine whether, for example, it is a production region.

Word 4

Is the address of two full words:

Words 5 through 10

Are set to zeros.

Return Codes from Initialization Call

The exit must return a completion code in Register 15 on return. Successful initialization must be signified by return code F‘0’. Your product region terminates if any other value is returned in Register 15 on completion of this call.