The Inquire_Autoinstall Call; The Set_Autoinstall Call - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

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,]
This command is threadsafe.
AUTOINSTALL_CATALOG(ALL|MODIFY|NONE)
AUTOINSTALL_EXIT_NAME(name8)
AUTOINSTALL_STATE(ACTIVE|INACTIVE)
RESPONSE and REASON values for INQUIRE_AUTOINSTALL:
RESPONSE
OK
EXCEPTION
DISASTER
INVALID
KERNERROR
PURGED

The SET_AUTOINSTALL call

SET_AUTOINSTALL enables you to change the settings of the autoinstall function
for programs, mapsets, and partitionsets.
382
Customization Guide
[CLEAR,]
[IN,
FUNCTION(INQUIRE_AUTOINSTALL),]
[OUT,
[AUTOINSTALL_CATALOG (ALL|MODIFY|NONE),]
[AUTOINSTALL_EXIT_NAME(name8),]
[AUTOINSTALL_STATE (ACTIVE|INACTIVE),]
RESPONSE(name1 | *),
REASON(name1 | *)]
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.
returns the name of the user-replaceable autoinstall control program for
programs, mapsets, and partitionsets.
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.
REASON
None
None
None
INVALID_FUNCTION
None
None

Advertisement

Table of Contents
loading

Table of Contents