28.11.2012 Views

IBM Tivoli NetView for z/OS Programming: Pipes - IBM notice

IBM Tivoli NetView for z/OS Programming: Pipes - IBM notice

IBM Tivoli NetView for z/OS Programming: Pipes - IBM notice

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

PIPE MVS<br />

Examples<br />

166 <strong>Programming</strong>: <strong>Pipes</strong><br />

-4 Installation exit 03 generated USERDROP.<br />

-500 to -599 Failure attempting to call installation exit 03. Report specific return<br />

code to <strong>IBM</strong> Software Support.<br />

-108 Command is type=I or type=P.<br />

-112 Command search failed. This is usually because the command is<br />

too long.<br />

-116 ACCESS not authorized. Command authorization restrictions<br />

prevent processing.<br />

-120 Command is type=D.<br />

Note: The PIPE MVS stage can result in the return codes issued by the MVS<br />

command or various return codes indicating storage allocation failures.<br />

Message DSI124I is also issued.<br />

For in<strong>for</strong>mation about the <strong>NetView</strong> MVS command, see the <strong>NetView</strong> online help<br />

facility.<br />

For in<strong>for</strong>mation about storage allocation failures, look <strong>for</strong> DSI124I at the system<br />

console. The code you receive depends upon the processing phase when storage<br />

failure was detected.<br />

Example: Issuing a Simple MVS Command<br />

To issue the command 'MVS D A,L', trap the resulting messages, and display them<br />

to the console, enter:<br />

PIPE MVS D A,L<br />

| CORRWAIT 10<br />

| CONSOLE<br />

Example: Using a Message in the Pipeline to Trigger the MVS<br />

Stage<br />

To insert a literal string into the pipeline, use it to trigger the issuance of the<br />

command 'MVS D A,L', trap the resulting messages, and display them to the<br />

console, enter:<br />

PIPE LITERAL /Issue a command to MVS/<br />

| MVS D A,L<br />

| CORRWAIT 10<br />

| CONSOLE

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

Saved successfully!

Ooh no, something went wrong!