Previous Topic: IMOD EditorNext Topic: Data Integrity


Macros

Use the following macros on the EDIT panel:

ERROR

Searches forward from the current line for the next compiler error message. The panel is then repositioned to this line.

Note: When you access the EDIT panel for a compiled IMOD that has error messages, the ERROR macro is invoked automatically.

ICOPY imodname [iset]

Copies the text from another IMOD to the one being edited.

imodname

Specifies the name of the IMOD whose text you want to copy.

iset

(Optional) Specifies the name of the ISET that contains the IMOD to be copied.

Because the actions of ICOPY are carried out through the primary ISERVE address space, CA‑GSS must be running for it to work.

SRVEINT

Is invoked at EDIT panel initialization to establish the editing environment. You can modify this macro, which is in the CAICLS0 data set.

SRVHELP1

Inserts the function prototype above the cursor position when the cursor is on a valid function name (the name must end with a left parenthesis).

Assign this macro to a PF key.