Not Restarting a Page Format
If the page format is not to be restarted, specify NULL or / (or omit the specification). Do not specify PAGEFORMAT NULL or PAGEFORMAT /.
The following example illustrates this point. The command sequence on the left invokes a page format named NULL. The command sequence on the right leaves the current page format active.
Incorrect Format | Correct Format |
---|---|
CONDITION condname START… ⋮ WHEN… COPYGROUP CGA PAGEFORMAT NULL ⋮ |
CONDITION condname START… ⋮ WHEN… COPYGROUP CGA NULL ⋮ |