Chapter Contents |
Previous |
Next |
Command Directory |
de{fine}
Format 1: |
define
DMACRO REPLACEMENT TEXT |
Format 2: |
define
DMACRO |
Format 3: |
define
* |
define
command defines debugger macros, which you should not confuse with macros
that are defined in a program with the preprocessor
#define
statement. Debugger macros are a way of defining a shorthand version
for commands or portions of a command that you plan to use often in a debugger
session. SAS/C Debugger macros are
invoked by prefixing the macro name with #.
Format 2: Format 2 lists the replacement text for DMACRO.
Debugger macros cannot appear in the following commands:
define pt print ptr --> token
pt
to be a debugger macro so that typing # pt
at the Cdebug prompt is equivalent to typing print --> token.
define pt
pt
replaces.
define
*
PROFILE | yes |
configuration file | no |
Source window prefix | none |
define
command is not affected by changes in scope.
Successful: 0 | |
Unsuccessful: 1 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.