Chapter Contents

Previous

Next
Running the Debugger under CMS

Saving Line-Mode Output

In a line-mode session, you can save CMS debugger output (written to a line-mode terminal) by issuing CP commands as follows:

  1. Before you invoke the debugger, issue the CP SPOOL command.
    CP SPOOL CONSOLE START * CLASS A

  2. Invoke the debugger as described in Invoking the Debugger under CMS.

  3. When you have finished debugging your program, issue two more CP commands.
       CP SPOOL CONSOLE STOP
       CP SPOOL CONSOLE CLOSE

The debugger output is sent to your virtual reader. You can access it when you want it.

Note:    You can use the debugger system command in order to issue CP commands that save your debugger session.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.