z/OS ISPF Edit and Edit Macros
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


NOTES—Set or Query Note Mode

z/OS ISPF Edit and Edit Macros
SC19-3621-00

The NOTES macro command sets note mode, which controls whether notes are to appear when a dialog development model is inserted into the data.

The NOTES assignment statement either sets note mode, or retrieves the setting of note mode and places it in a variable.

See MODEL—Copy a Model into the Current Data Set for information about copying dialog development models.

Syntax

Read syntax diagramSkip visual syntax diagram
Macro command syntax

                       .-ON--.   
>>-ISREDIT--+-NOTES-+--+-----+---------------------------------><
            '-NOTE--'  '-OFF-'   

ON
Displays explanatory notes when a model is copied into the data being edited.
OFF
Does not display explanatory notes.
Read syntax diagramSkip visual syntax diagram
Assignment statement syntax

>>-ISREDIT--(varname)-- = --NOTES------------------------------><

Read syntax diagramSkip visual syntax diagram
                        .-ON--.   
>>-ISREDIT--NOTES-- = --+-----+--------------------------------><
                        '-OFF-'   

varname
The name of a variable to contain the value of note mode, either ON or OFF.
ON
Same as macro command syntax.
OFF
Same as macro command syntax.

Return codes

0
Normal completion
20
Severe error

Examples

To set note mode off:
ISREDIT NOTES = OFF
To store the value of note mode in variable &NOTEMODE:
ISREDIT (NOTEMODE) = NOTES

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014