Previous Topic: INSIGHTNext Topic: JESNODE


ISET

This parameter defines an ISET for loading or reloading IMODs.

Syntax

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

Parameters

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, 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