| Purpose | The CM statement defines a report-type command entry on the menu screen using the specified description. When the line item is selected by the user, the MON-ISPF menu facility calls MON-Snapshot passing the PDS member name (pdsmem). MON-Snapshot returns a formatted report, and the CM processor enters Browse on the output file. |
| Syntax | CM {description} {pdsmem} |
| Comments | The pdsmem member contains the Monitor control statements, rules, and record definitions. The control statements typically contain FORMAT and SORT commands to create Monitor Reports. |
| Examples | In the following example, the CM command defines an entry used to create a DLm Library report. Examine DTS.R71.ISPFLIB(RDLM-NODR) for sample Monitor statements and rule definitions used to create the report. |