Version 7.4.4
 —  Messages and Codes  —

SAGInn-Batch Initialization Messages (VSE/ESA Only)

These messages are written to the operator console and to SYSLST by the optional Adabas job exit. See the Adabas Installation documentation for more information.

Overview of Messages

SAGI001 | SAGI005 | SAGI006 | SAGI010 | SAGI016 | SAGI091 | SAGI092 | SAGI093 | SAGI095 | SAGI096 | SAGI097 | SAGI098 | SAGI099 | SAGI101 | SAGI102

SAGI001 SOFTWARE AG JOBEXIT Vv INSTALLED
Explanation:

The Software AG job control exit is active.

Action:

SAGUSER control statements will be processed.


SAGI005 TABLE ALLOCATED (LOW) ADDR=addr
Explanation:

The SAGUSER table was allocated in system GETVIS below the 16-MB line at the address indicated.


SAGI006 TABLE ALLOCATED (HIGH) ADDR=addr
Explanation:

The SAGUSER table was allocated in system GETVIS above the 16-MB line at the address indicated.


SAGI010 SOFTWARE AG JOBEXIT ALREADY INSTALLED
Explanation:

The Software AG job control exit can be installed only once.

User Action:

None, if the Software AG job exit is actually installed. If it is not, perform an IPL and reestablish the job control exit chain.


SAGI016 TABLE ALREADY ALLOCATED ADDR=addr
Explanation:

The program SAGINST has already allocated the DD name table.

User Action:

None, if the Software AG job exit is actually installed. If it is not, perform an IPL and reestablish the job control exit chain.


SAGI091 UNABLE TO LOCATE $JOBEXIT IN SDL
Explanation:

The entry for phase $JOBEXIT was not found in the SDL.

Action:

The Software AG job exit cannot be installed.

User Action:

Get information on the version, release, and system modification level of the operating system and call Software AG for support.


SAGI092 UNABLE TO LOCATE SAGJBXT IN SDL
Explanation:

The entry for phase SAGJBXT was not found in the SDL.

Action:

The Software AG job exit cannot be installed.

User Action:

Verify that phase SAGJBXT was loaded into the SVA.


SAGI093 PHASE SAGJBXT IN ERROR
Explanation:

The phase SAGJBXT loaded into the SVA is not the job control exit supplied by Software AG.

Action:

The Software AG job exit cannot be installed.

User Action:

Verify a probable error during the linkage edit of SAGJBXT.


SAGI095 UNABLE TO DETERMINE VSE LEVEL
Explanation:

Information about VSE (i.e., version and release) could not be found in the supervisor.

Action:

The Software AG job exit cannot be installed. A storage dump is produced.

User Action:

Obtain the VSE version and release level; call Software AG for support.


SAGI096 SAGJBXT ID NOT FOUND IN $JOBEXIT TABLE
Explanation:

An entry for SAGJBXT was not found in the $JOBEXIT table (for VSE/ESA 1.2 and above).

Action:

The Software AG job exit cannot be installed.

User Action:

Add an entry for SAGJBXT in $JOBEXIT and retry the program SAGINST.


SAGI097 SAGJBXT PHASE phase NOT FOUND
Explanation:

The phase for SAGJBXT was found in the $JOBEXIT table (for VSE/ESA 1.2 and above), but the phase has not been loaded into the SVA.

Action:

The Software AG job exit cannot be installed.

User Action:

Verify that phase SAGJBXT was loaded into the SVA.


SAGI098 SAGJBXT PHASE phase NOT IN SVA
Explanation:

The phase for SAGJBXT was found in the $JOBEXIT table (for VSE/ESA 1.2 and above) and has been loaded, but not into the SVA.

Action:

The Software AG job exit cannot be installed.

User Action:

Verify that phase SAGJBXT was loaded into the SVA.


SAGI099 SAGJBXT PHASE phase NOT VALID
Explanation:

The phase for SAGJBXT was found in the $JOBEXIT table (for VSE/ESA 1.2 and above) and has been loaded, but not into the SVA.

Action:

The Software AG job exit cannot be installed.

User Action:

Verify that phase SAGJBXT was loaded into the SVA.


SAGI101 ALLOCATION ERROR (HIGH) RC=ret-code
Explanation:

An attempt to allocate space for the DD name table in 31-bit mode failed. The return code is from the GETVIS macro.

Action:

The Software AG job exit will not process SAGUSER statements.

User Action:

Verify that enough storage is available in the SVA for the DD name table; then rerun SAGINST.


SAGI102 ALLOCATION ERROR (LOW) RC=ret-code
Explanation:

An attempt to allocate space for the DD name table in 24-bit mode failed. The return code is from the GETVIS macro.

Action:

The Software AG job exit will not process SAGUSER statements.

User Action:

Verify that enough storage is available in the SVA for the DD name table; then rerun SAGINST.


Top of page