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 />

|<br />

Related Information<br />

The set and unset subcommands.<br />

rerun subcommand for dbx: Begin running a program with the<br />

previous arguments<br />

Format<br />

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

Description<br />

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

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

arguments argument is not specified, the arguments from the last run or rerun<br />

subcommand are reused.<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 rerun subcommand can be run only while the dbx debug program is<br />

running.<br />

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

Example<br />

To rerun the program with the previously entered arguments, enter:<br />

rerun<br />

Related Information<br />

The run subcommand.<br />

return subcommand for dbx: Continue running a program until a<br />

return is reached<br />

Format<br />

return [procedure]<br />

dbx: registers<br />

Description<br />

The return subcommand causes the program to run until a return to the procedure<br />

specified by the procedure argument is reached. If the procedure argument is not<br />

specified, execution ceases when the current procedure returns.<br />

Usage Note<br />

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

Chapter 2. Shell command descriptions 213

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

Saved successfully!

Ooh no, something went wrong!