The inquire_autoinstall call, Response and reason values for inquire_autoinstall, The set_autoinstall call – IBM SC34-6814-04 User Manual

Page 404

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 | *)]

This command is threadsafe.

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.

382

Customization Guide

Advertising