INQUIRE EPADAPTINSET

Retrieve information about an EP adapter specified in an EP adapter set.

INQUIRE EPADAPTINSET

Read syntax diagramSkip visual syntax diagramINQUIRE EPADAPTINSET EPADAPTERSET( data-value) EPADAPTER( data-area)

Conditions: END, ILLOGIC, INVREQ, NOTAUTH, NOTFND

This command is threadsafe.

Description

The INQUIRE EPADAPTINSET command supports 2 modes of operation:
  • The browse form which returns the names of all the EP adapters in an EP adapter set, or
  • The non-browse form which returns a RESP of NORMAL if the named EP adapter is named within an EP adapter set or NOTFND if its not.

Browsing

You can browse through all of the EP adapters that are specified in an EP adapter set by using the browse options (START, NEXT, and END) on the INQUIRE EPADAPTINSET command.

See Browsing resource definitions for general information about browsing, including syntax, exception conditions, and examples.

Options

EPADAPTERSET(data-value)
Specifies the 32-character name of an EP adapter set. You must specify this option to retrieve details about EP adapters specified in a particular EP adapter set.
EPADAPTER(data-area)
For the non-browse form of this command, specifies the name (1-32 characters) of the EP adapter. For the browse form of this command, specifies a 32-character data area to receive the name of the EP adapter.

Conditions

END
RESP2 values:
2
There are no more EP adapters to browse.
8
INQUIRE NEXT has been issued, but the EPADAPTERSET resource being browsed has been deleted since the start of the browse.
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.
INVREQ
RESP2 values:
4
An EPADAPTERSET name has not been specified for the START EPADAPTINSET command.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to issue the INQUIRE EPADAPTINSET command.
101
The user associated with the issuing task is not authorized to read the EP adapter set.
NOTFND
RESP2 values:
3
The specified EP adapter set cannot be found.
4
The specified EP adapter cannot be found in the named EP adapter set.