Response and reason values for set_autoinstall – IBM SC34-6814-04 User Manual

Page 405

Advertising
background image

SET_AUTOINSTALL

DFHPGAQX [CALL,]

[CLEAR,]
[IN,
FUNCTION(SET_AUTOINSTALL),
[AUTOINSTALL_CATALOG (ALL|MODIFY|NONE),]
[AUTOINSTALL_EXIT_NAME(name8),]
[AUTOINSTALL_STATE (ACTIVE|INACTIVE),]
[LANGUAGES_AVAILABLE(NO|YES),]]
[OUT,
RESPONSE(name1 | *),
REASON(name1 | *)]

This command is threadsafe.

AUTOINSTALL_CATALOG(ALL|MODIFY|NONE)

specifies the catalog status for autoinstalled program definitions.

ALL

All autoinstalled program, map, and partitionset definitions are to be
cataloged.

MODIFY

Autoinstalled program, map, and partitionset definitions are to be
recorded on the CICS global catalog only if they are modified by a SET
PROGRAM command after being autoinstalled.

NONE No autoinstalled program, map, or partitionset definitions are to be

cataloged.

AUTOINSTALL_EXIT_NAME(name8)

specifies the name of the user-replaceable autoinstall control program for
programs, mapsets, and partitionsets.

AUTOINSTALL_STATE(ACTIVE|INACTIVE)

specifies the status of the program autoinstall function.

ACTIVE

Enable autoinstall for programs, mapsets, and partitionsets.

INACTIVE

Disable autoinstall for programs, mapsets, and partitionsets.

LANGUAGES_AVAILABLE(NO|YES)

specifies whether the autoinstall control program can be called. It can only be
called after language establishment.

NO

The control program cannot be called.

YES

The control program can be called.

RESPONSE and REASON values for SET_AUTOINSTALL:

RESPONSE

REASON

OK

None

EXCEPTION

None

DISASTER

None

INVALID

INVALID_FUNCTION

KERNERROR

None

PURGED

None

Chapter 3. The user exit programming interface (XPI)

383

Advertising