A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
BMC74300BMC74399 223
BMC74323E AN APPLICATION PROGRAM ISSUED AN SQL CALL WITHOUT
SPECIFYING AN SSM NAME OR SUPPLYING A DDITV02 DD
STATEMENT.
Explanation: An application program issued an SQL call requesting external
subsystem services, but no program registration record was available and the
application JCL did not specify a subsystem member name in the parameter field of
the EXEC statement or a DD statement named DDITV02.
System Action: APPLICATION RESTART CONTROL (AR/CTL) abnormally
terminates the task with abend U1777 and reason code X00074323.
User Response: Provide a program registration record, or provide the correct
external subsystem connection parameters by supplying the subsystem member name
in the parameter field of the EXEC statement or in a DD statement named DDITV02.
For information on setting up a DB2 environment for an application that is
implemented in simplified mode, refer to the APPLICATION RESTART CONTROL
User Guide.
BMC74324E ERROR PROCESSING DB2 PARAMETERS USING source - REASON
CODE=reason.
Explanation: An error occurred while APPLICATION RESTART CONTROL
(AR/CTL) was processing the DB2 external subsystem parameters from the
indicated source (DDITV02, PROCLIB, or ARCSSMLB). The reason code
identifies the exact nature of the error. The following reason codes are possible:
1 The DDITV02 DD statement is missing.
2 No control statement was found in DDITV02.
3 The
OPEN failed for DDITV02, PROCLIB, or ARCSSMLB.
4 The ARCSSMLB control statement did not start with DB2=.
5 The PROCLIB or DDITV02 control statement started with DB2=.
6 A parsing error was detected. See a previous message in the listing.
7 The DDITV02 was present for simplified mode.
8 The member was not found.
9 A read error occurred.
0A An invalid keyword was found in the subsystem member.
0B A continuation error was found in the subsystem member.
0C An invalid keyword value was found in the subsystem member.
0D A required keyword was missing from the subsystem member.
0E An invalid length for a keyword value was found in the subsystem member.
System Action: AR/CTL abnormally terminates the task with abend U1553.
User Response: Analyze the reason code to determine why the DB2 external
subsystem parameters could not be parsed. Correct the condition and restart the job.