Previous Topic: INSIGHT

Next Topic: JESNODE

ISET

Use the ISET parameter to define an ISET for loading or reloading IMODs.

Syntax

Use this format for the ISET parameter:

ISET name [DSN dsname] [loadoption|accessoption] [DESC /desc/]
[SSID ssid]

Arguments

The ISET parameter takes these arguments.

Argument

Description

Name

1- to 16-character name for the ISET. If the ISET is to be available for reloading (from TSO), this ISET name must match the ISET name as defined to the TSO user. Throughout an installation, each ISET name should point to the same data set, although each data set can be referred to by multiple ISET names.

Dsname

Name of a VSAM KSDS that contains the ISET. When a reload request for an IMOD is processed by CA‑GSS, both the ISET name and dsname, as defined to both CA‑GSS and the requestor, must be an exact match.

loadoption

Indicates whether an IMOD should be loaded. Specify one of these options:

FORCE Loads an IMOD and, if another IMOD is currently loaded, replaces it with the new IMOD.

LOAD Loads an IMOD; however, does not replace any currently loaded IMOD.

NOFORCE Negates a FORCE specification.

NOLOAD Negates a LOAD specification.

accessoption

Default access level for the ISET when accessed from the IMOD editor. Specify READ (read-only) or WRITE (read/write).

Desc

1- to 52-character description of the ISET's contents. The IMOD editor displays this description.

Because a description can contain blanks, the first non-blank character that follows the DESC parameter is assumed to be the delimiting character.

Ssid

Default subsystem ID that the IMOD editor should use for dynamic IMOD loading and execution.

Usage Notes