SET command use

The following example illustrates the use of the SET command:

Example 1—set default values

Print the hexadecimal contents of several tables on library TESTLIB.

SET LIB=TESTLIB PRNT=H;
PRINT TBL=TABLE01;
PRINT TBL=TABLE02;
PRINT TBL=TABLE03;