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

|<br />

Description<br />

Usage notes<br />

Examples<br />

Exit values<br />

bpxmtext displays the description and action text for a reason code returned from<br />

the kernel and errnojr values returned from the C/C++ run-time library. bpxmtext<br />

supports reason codes from z/<strong>OS</strong> <strong>UNIX</strong> <strong>System</strong> <strong>Services</strong>, TCP/IP, and zFS. This<br />

command is intended as an aid for problem determination. Reason codes such as<br />

those returned by HFS or NFS are not supported by this command.<br />

reason_code is specified as 8 hexadecimal characters. Leading zeros may be<br />

omitted.<br />

If no text is available for the reason code, a blank line is displayed.<br />

An argument that is not 1–8 hex digits will result in a usage message. This<br />

message will not be translated.<br />

The command:<br />

bpxmtext 058800B0<br />

produces data displayed in the following format:<br />

BPXFSUMT 08/18/98<br />

JRUserNotPrivileged: The requester of the service is not privileged<br />

Action: The service requested required a privileged user. Check the<br />

documentation for the service to understand what privilege is required.<br />

0 Successful completion<br />

2 Failure due to an argument that is not 1–8 hex digits<br />

break — Exit from a loop in a shell script<br />

Format<br />

Description<br />

Localization<br />

break [number]<br />

tcsh shell: break<br />

break exits from a for, select, while, or until loop in a shell script. If number is<br />

given, break exits from the given number of enclosing loops. The default value of<br />

number is 1.<br />

break in the tcsh shell<br />

In the tcsh shell, break causes execution to resume after the end of the nearest<br />

enclosing foreach or while. The remaining commands on the current line are<br />

executed. Multi-level breaks are thus possible by writing them all on one line.<br />

break uses the following localization environment variables:<br />

v LANG<br />

bpxmtext<br />

Chapter 2. Shell command descriptions 67

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

Saved successfully!

Ooh no, something went wrong!