16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Description<br />

The up subcommand moves the current function up the stack count number of<br />

levels. The current function is used for resolving names. The default for the count<br />

argument is 1.<br />

Usage Note<br />

The up subcommand can be run only while the dbx debug program is running.<br />

Examples<br />

1. To move the current function up the stack two levels, enter:<br />

up 2<br />

2. To display the current function on the stack, enter:<br />

up 0<br />

Related Information<br />

The down subcommand.<br />

use subcommand for dbx: Set the list of directories to be searched<br />

Format<br />

use [directory...]<br />

Description<br />

The use subcommand sets the list of directories to be searched when the dbx<br />

debug program looks for source files. If the use subcommand is specified without<br />

arguments, the current list of directories to be searched is displayed.<br />

If the C primary source is in an MVS data set, the use subcommand can be<br />

specified with a double-slash (//) argument to indicate that the source file be sought<br />

outside the hierarchical file system.<br />

Usage Note<br />

The use subcommand can be run only while the dbx debug program is running.<br />

Examples<br />

1. To change the list of directories to be searched to the working directory, the<br />

parent directory, and /tmp, enter:<br />

use . .. /tmp<br />

2. To change the list of directories to be searched to look for the C source as an<br />

MVS data set, enter:<br />

use //<br />

Related Information<br />

The edit and list subcommands.<br />

whatis subcommand for dbx: Display the type of program components<br />

Format<br />

whatis name<br />

dbx: up<br />

Description<br />

The whatis subcommand displays the declaration of name, where the name<br />

argument designates a variable, procedure, or function name, optionally qualified<br />

with a block name.<br />

Chapter 2. Shell command descriptions 227

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!