Chapter Contents |
Previous |
Next |
Compiler Options |
sname
name defines the section
name as name, where name
can be up to seven characters in length. sname
has system-dependent aspects, as described below. The compiler
assigns the section name as follows:
sname
option.
sname
option, the section name is the name
of the first external function in the module, truncated to seven characters.
sname
option and there is no external function
in the module, the section name is the name of the first external variable
in the function.
sname
option, if no external function is in
the module, and if no external variable is in the module (that is, the module
contains only static data or functions), then the section name is @ISOL@.
sname under TSO or OS/390 Batch |
sname (name) |
The debugger uses the section name in order to locate the member in DBGLIB that contains debugging information for that section. DBGLIB is discussed in Running the Debugger under TSO, and Running the Debugger under OS/390 Batch, along with the instructions for running the compiler under each operating environment.
sname under CMS |
sname name |
sname
option enables you to use a nondefault
SECTION-NAME argument in debugger commands.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.