The inquire_autoinstall call, The set_autoinstall call, Response and reason values for inquire_autoinstall – IBM SC33-1683-02 User Manual

Page 382

Advertising
background image

The INQUIRE_AUTOINSTALL call

INQUIRE_AUTOINSTALL returns information about the current settings of the
autoinstall function for programs, mapsets, and partitionsets.

INQUIRE_AUTOINSTALL

DFHPGAQX [CALL,]

[CLEAR,]

[IN,

FUNCTION(INQUIRE_AUTOINSTALL),]

[OUT,

[AUTOINSTALL_CATALOG (ALL|MODIFY|NONE),]

[AUTOINSTALL_EXIT_NAME(name8),]

[AUTOINSTALL_STATE (ACTIVE|INACTIVE),]

RESPONSE(name1 | *),

REASON(name1 | *)]

AUTOINSTALL_CATALOG(ALL|MODIFY|NONE)

returns the catalog status for autoinstalled program definitions.

ALL

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

MODIFY

Autoinstalled program, map, and partitionset definitions are 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 cataloged.

AUTOINSTALL_EXIT_NAME(name8)

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

AUTOINSTALL_STATE(ACTIVE|INACTIVE)

returns the status of the program autoinstall function.

ACTIVE

Autoinstall is enabled for programs, mapsets, and partitionsets.

INACTIVE

Autoinstall is not enabled for programs, mapsets, and partitionsets.

RESPONSE and REASON values for INQUIRE_AUTOINSTALL:

RESPONSE

REASON

OK

None

EXCEPTION

None

DISASTER

None

INVALID

INVALID_FUNCTION

KERNERROR

None

PURGED

None

The SET_AUTOINSTALL call

SET_AUTOINSTALL enables you to change the settings of the autoinstall function
for programs, mapsets, and partitionsets.

program management functions

350

CICS TS for OS/390: CICS Customization Guide

Advertising