INQUIRE AUTINSTMODEL

Find out whether an autoinstall model is installed.

INQUIRE AUTINSTMODEL

Read syntax diagramSkip visual syntax diagramINQUIRE AUTINSTMODEL( data-value)

Conditions: END, ILLOGIC, MODELIDERR, NOTAUTH

Description

The INQUIRE AUTINSTMODEL command allows you to determine whether a particular autoinstall model is installed (defined in the current execution of your CICS system).

Browsing

You can also browse through all of the autoinstall models installed in your system by using the browse options (START, NEXT, and END) on INQUIRE AUTOINSTALL commands. See Browsing resource definitions for general information about browsing, including syntax, exception conditions, and examples.

Options

AUTINSTMODEL(data-value)
specifies the 8-character identifier of the autoinstall model about which you are inquiring.

Conditions

END
RESP2 values:
2
There are no more resource definitions of this type.
ILLOGIC
RESP2 values:
1
You have issued a START command when a browse of this resource type is already in progress, or you have issued a NEXT or an END command when a browse of this resource type is not in progress.
MODELIDERR
RESP2 values:
1
The model specified cannot be found.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.