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


Changing models

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

To change a model that currently exists, copy the existing model from the skeleton data set into your own data set. Then use the editor to change the model in the same way you would change any text data set.
Note: Any lines that are to contain notes must have )N in positions 1 and 2, followed by one or more blanks, as shown in this example.
    VARIABLE = VALUE
)N        VARIABLE - A DIALOG VARIABLE OR A CONTROL VARIABLE.
)N        VALUE    - A LITERAL VALUE CONTAINING: SUBSTITUTABLE
)N                   VARIABLES, A DIALOG VARIABLE, A CONTROL
)N                   VARIABLE, OR AN EXPRESSION CONTAINING A
)N                   BUILT-IN FUNCTION.
)N        EXAMPLES:  &DEPT = 'Z59'   &A = &B    &C = ' '

When the model is later accessed using MODEL, the lines with )N indicators are flagged with =NOTE= in the line command field (Figure 2).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014