Chapter Contents |
Previous |
Next |
Running the Debugger under TSO |
When you run the
debugger under TSO, you must allocate a data set for
the debugger symbol table file. This partitioned data set, which is created
when you compile with the debug
option, contains a member for each compilation. The data set member contains
debugging information for that compilation, including the name of the source
for the compilation.
For this file, create a partitioned data set, unformatted (U), with a block size of 4080. This data set is then associated with the DDname SYSDBLIB at compile time and the DDname DBGLIB at run time. See Quick Start to Using the Debugger under TSO for more details on these DDnames.
The debugger follows these steps in order to find the source file:
same
name. Otherwise, the debugger looks for a member with
the
sname
name.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.