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


Using the PROCESS command and operand

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

The PROCESS command provides a way to alter the usual sequence of events in an edit macro. It is related to the PROCESS operand on the MACRO command. PROCESS is the default for the MACRO command. PROCESS specifies that display data and line commands be processed before another statement is processed. If you specify NOPROCESS, the editor defers processing the panel data and line commands until it finds an ISREDIT PROCESS command later in the macro, or until the macro ends. You can use PROCESS to create a "before-and-after" effect. If you specify NOPROCESS at the beginning of a macro, edited data appears without the changes made from the keyboard—creating a "before" effect. Once you specify PROCESS, changes that were made from the keyboard appear—creating an "after" effect.

The syntax of the ISREDIT MACRO statement is:
Read syntax diagramSkip visual syntax diagram
>>-ISREDIT--MACRO--+------------------------+--+-PROCESS---+---><
                   |    .--------------.    |  '-NOPROCESS-'   
                   |    V              |    |                  
                   '-(----+----------+-+--)-'                  
                          '-variable-'                         

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014