Previous Topic

Next Topic

Book Contents

Book Index

Editing Rule Definitions in the IOA Edit Environment

Definition parameters can be edited (moved, copied, deleted, repeated) by performing IOA line editing commands, similar to standard ISPF line commands, from within the IOA Edit environment.

The Edit environment in a definition screen is accessed by typing EDIT in the COMMAND field and pressing Enter. The Vault Definition screen below illustrates a definition screen after the Edit environment has been accessed.

Figure 219 Edit Environment in The Vault Definition Screen

VAULT VAULT_01 LIB CTT.PROD.RULES                               TABLE: $$VAULT

COMMAND ===>                                                    SCROLL===> CRSR

+-----------------------------------------------------------------------------+

__ VAULT NAME VAULT_01

__ LOCAL       Y

__ ===========================================================================

__ DESC       FOR DIVISION 1 MEDIA.

__ DESC

__ OWNER       M43

__ ADDRESS    1234 MAIN STREET

__ ADDRESS

__ PHONE       123-123-1234

__ SCHEDULE    DAILY PROCESSING, EXCEPT ON WEEKENDS AND HOLIDAYS

__ SCHEDULE    FOR ACCOUNTING DEPARTMENT

__ SCHEDULE

__ DOCMEM CTTDOCS    DOCLIB   CTT.PROD.DOC

__ ===========================================================================

__ DOC                                                   

__=========================== GLOBAL CAPACITY ================================

__ CAPACITY 00001000 TYPE   SLOT    MEDIA 3400

__          00000500 TYPE   SLOT    MEDIA 3420

__          00001500 TYPE   SLOT    MEDIA 3490

======= >>>>>>>>>>>>>> END OF VAULT DEFINITION PARAMETERS <<<<<<<<<<<<<<< =====

FILL IN VAULT DEFINITION. CMDS: EDIT, SHPF, DOC                        10.23.19

A 2-character Line Editing command field, marked by underscores, is displayed for each line on the screen.

Editing commands are typed directly onto these underscores.

Incorrectly specified line editing commands can be corrected by typing over them correctly. Line editing commands can be deleted by blanking them out or by specifying the RESET command in the COMMAND field.

Specified line editing commands are processed when Enter is pressed.

Control-M/Tape performs automatic syntax checking to ensure that the definition is still syntactically correct after editing. If an edit invalidates the definition, a message is displayed at the top of the screen and the edit is not performed. For guidelines and recommendations for editing definitions, see Maintaining Valid Definitions.

All operations available in a definition screen can be performed while in the Edit environment (for example, parameter values can be changed, the definition screen may be saved, and the screen exited).

To exit the Edit environment, re-type EDIT in the COMMAND field and press Enter. Line editing command fields are removed from the display.

Line editing commands can be performed on the following:

Table 191 Subjects of Line Editing Commands

Subject

Description

Single Lines

One single line on the screen. Example:

  • Single line DO statements (such as DO LABEL).

Logical Lines

All parameter lines for a specific statement, including its subparameters and continuation lines. Example:

  • DO CONDITION, whose subparameters span several lines.

Logical Blocks

Functional group of parameter lines. Example:

  • ON block and its parameter lines.

Multiple Lines

User-specified group of parameter lines. Example:

  • Series of DO statements.

Separator Lines

A line of equal signs that separates blocks on the definition screen. Separator lines are not processed.