![]() Previous |
![]() Next |
There are several different ways that you can save the current status of a dimension. The scope of each way is different:
Any session—To save the current status for use in any session, create a named valueset with that status. Use a DEFINE VALUESET command to define the valueset. Use a LIMIT command to assign the values to the valueset.
Current session—To save, access, or update the current status for use in the current session, use a named context. Use the CONTEXT command to define the context.
Current program—To save the current status for use in the current program, then use the PUSHLEVEL and PUSH commands. You can restore the current status values using the POPLEVEL and POP commands.