Previous Page | Next Page

The SCL Debugger

EXAMINE



Displays the value of one or more variables
Abbreviations: EX, E

Syntax
Details
Examples
See Also

Syntax

EXAMINE arg-list | _ALL_

arg-list

contains one or more arguments specified in the form <entry-name\>variable:

entry-name\

names a catalog entry that contains an SCL program.

variable

identifies a standard SCL variable. The program that uses variable must already be loaded in the application's execution stack.

_ALL_

examines all variables defined in all programs in the application's execution stack.


Details

The EXAMINE command displays the value of one or more specified variables or object attributes.

Note:   You can examine only one object attribute at a time.  [cautionend]


Examples


See Also

ARGS

DESCRIBE

PARM

PUTLIST

Previous Page | Next Page | Top of Page