Saving and Restoring Current Dimension Status |
You can save the current status of a dimension in the following ways:
When you want to save the current status for use in any session, then use a named valueset. Use a DEFINE VALUESET statement to define the valueset.
When you want to save the current status for use in the current program, then use the PUSHLEVEL and PUSH statements. You can restore the current status values using the POPLEVEL and POP statements.
When you want to save, access, or update the current status for use in the current session, then use a named context. Use the CONTEXT command to define the context.