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.

|<br />

|<br />

|<br />

|<br />

set $unsafeassign<br />

Related Information<br />

The unset subcommand.<br />

sh subcommand for dbx: Pass a command to the shell for execution<br />

Format<br />

sh [command]<br />

Description<br />

The sh subcommand passes the command specified by the command parameter to<br />

the shell for execution. The SHELL environment variable determines which shell is<br />

used. The default is the sh shell. If no argument is specified, control is transferred<br />

to the shell.<br />

Restriction: This subcommand will return an error message in GUI (-p) mode.<br />

Usage Note<br />

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

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

Examples<br />

1. To run the ls command, enter:<br />

sh ls<br />

2. To escape to a shell, enter:<br />

sh<br />

skip subcommand for dbx: Continue from the current stopping point<br />

Format<br />

skip [number]<br />

Description<br />

The skip subcommand continues execution of the application program from the<br />

current stopping point. A number of breakpoints equal to the value of the number<br />

argument are skipped, and execution then ceases when the next breakpoint is<br />

reached or when the program finishes. If the number argument is not specified, it<br />

defaults to a value of 1.<br />

Usage Note<br />

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

Example<br />

To continue execution until the second breakpoint is encountered, enter:<br />

skip 1<br />

Related Information<br />

The cont subcommand.<br />

source subcommand for dbx: Read subcommands from a file<br />

Format<br />

source file<br />

dbx: set<br />

Chapter 2. Shell command descriptions 219

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

Saved successfully!

Ooh no, something went wrong!