Chapter Contents

Previous

Next
Command Directory

dblog

Called from a CLIST or EXEC to Output Information

ABBREVIATION
dbl{og}

FORMAT
dblog [STRING]

DESCRIPTION
The dblog command can be called from a CLIST or EXEC to output information to the debugger. STRING is a string of characters that is not surrounded by quotation marks. If dblog is used in your CLIST or EXEC, it outputs the string of characters specified by the STRING argument. If used without the STRING argument, the output is a blank line. In line mode, output is sent to the session log displayed on the terminal; in full-screen mode, it is sent to the Log window. If sent to the Log window, it is displayed in the color specified for debugger commands (controlled by the Config window).

The dblog command cannot be followed by another debugger command on the same line. That is, the arguments to the dblog command are assumed to extend to the end of the line, including any semicolons on the line.

EXAMPLES

dblog
outputs a blank line to the Log window.

dblog This is an output string.
displays the string "This is an output string." in the Log window.

SYSTEM DEPENDENCIES
The dblog command is used to output information from a CLIST or EXEC under TSO and from an EXEC under CMS.

COMMAND CAN BE ISSUED FROM

PROFILE no
configuration file no
Source window prefix none

SCOPE
The dblog command is not affected by changes in scope.

RETURN CODES SET
Successful: 0
Unsuccessful: 1

SEE ALSO
dbinput


Chapter Contents

Previous

Next

Top of Page

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