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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

|<br />

|<br />

|<br />

|<br />

dbx: return<br />

Examples<br />

1. To continue execution to the calling routine, enter:<br />

return<br />

2. To continue execution to the main routine, enter.<br />

return main<br />

run subcommand for dbx: Run a program<br />

Format<br />

run [arguments] [file | 2>file | >>file | 2>file | >&file | >>&file]<br />

Description<br />

The run subcommand begins execution of the object file. The values specified with<br />

the arguments argument are passed as command-line arguments.<br />

Options<br />

file Redirects output to file.<br />

2>file Redirects standard error to file.<br />

>>file Appends redirected output to file.<br />

2>>file Appends redirected standard error to file.<br />

>&file Redirects output and standard error to file.<br />

>>&file<br />

Appends output and standard error to file.<br />

Usage Note<br />

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

v The run subcommand is not supported in GUI (socket) mode (-p).<br />

Example<br />

To run the application with the arguments blue and 12, enter:<br />

run blue 12<br />

Related Information<br />

The rerun subcommand.<br />

set subcommand for dbx: Define a value for a dbx variable<br />

Format<br />

set [variable=expression]<br />

Description<br />

The set subcommand defines a value, which is specified by the expression<br />

argument, for the dbx debug program variable, which is specified by the variable<br />

argument. The name of the variable should not conflict with names in the program<br />

being debugged. A variable is expanded to the corresponding expression within<br />

other commands. If the set subcommand is used without arguments, the variables<br />

currently set are displayed.<br />

Variables<br />

The following variables are set with the set subcommand:<br />

214 z/<strong>OS</strong> <strong>V1R9.0</strong> <strong>UNIX</strong> <strong>System</strong> <strong>Services</strong> <strong>Command</strong> Reference

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

Saved successfully!

Ooh no, something went wrong!