Previous Topic: Edit CommandsNext Topic: Edit Command Rules


Invoking Edit Commands

You invoke the edit commands while in an ISPF/PDF edit session that has the CA Endevor SCM CSIQCLS0 allocated to its SYSPROC concatenation. The syntax for invoking the edit commands is:

├── COMMAND NAME ─ object_type ─┬───────────────┬─ . ──────────────────────────┤
                                └─ object_name ─┘

To use this command open a blank member in a PDS dataset and execute the command name and object type.

Command Name

The command name identifies the SCL action you are creating and places model SCL statements at the current cursor location of the data set you are editing. The following list identifies the command names and the functions that each perform.

ENDEFINE

Generates model SCL statements for the DEFINE action.

ENDELETE

Generates model SCL statements for the DELETE action.

ENBUILD

Generates model SCL statements for the BUILD action.

Object Type

The object_type parameter specifies the kind of environment definition that you are creating. The following table provides a list of object_types, valid abbreviations, and the corresponding environment definition created.

Object_types

Object_type Abbreviations

Environment Definition Created

System

Sys

System

Subsystem

Sub

Subsystem

Type

Typ

Element Type

Approver

App

Approver Group

Relation

Rel

Approver Group Relation

Group

Gro

Processor Group

Symbol

Sym

Processor Symbol

Destination

Des

Package Shipment Destination

Object Name

The object_name is optional and refers to the name of the environment definition for which you are creating SCL. If you provide the object_name, the macro substitutes the object_name into the SCL generated.