Example 3: Listing an SMPLOG data set

The following is an example of listing the SMPLOG for the global zone:
SET      BDY(GLOBAL)        /* Process global zone.     */.
LIST     LOG                /* List total log.          */.
In addition, parts of the SMPLOG can be listed by specifying a date range, as follows:
SET      BDY(GLOBAL)        /* Process global zone.     */.
LIST     LOG                /* List part of SMPLOG      */
            (06 01 07,      /* from 06/01/07 through    */
             07 01 07).     /* 07/01/07.                */.

For additional information on listing the SMPLOG data set, see The LIST command.