CMS example

This example disassembles the CSECT COMMAND in object file PROCESS TEXT.

The following command identifies PROCESS TEXT as the object file:
ASMD PROCESS
For this example, the predefined control statements file PROCESS DISASM contains only a Module-CSECT statement:
ANYNAME COMMAND

where ANYNAME is ignored, and COMMAND identifies the CSECT to be disassembled.

The Disassembler outputs a listing in the file PROCESS LISTING, and the disassembled source in the file PROCESS PUNCH.