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

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

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

PIPE VTAM<br />

Examples<br />

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

Example: Issuing a VTAM Command<br />

Suppose you want to analyze the status of applications at domain CNM02. If you<br />

want to allow up to 10 seconds between the messages that constitute the response<br />

but you do not want to see the IST097I DISPLAY ACCEPTED message, issue the<br />

following command procedure:<br />

PIPE VTAM D NET,APPLS<br />

| CORRWAIT 60<br />

| NLOCATE 1.7 /IST097I/<br />

| TAKE 1<br />

| SEPARATE<br />

| LOCATE /CONCT/<br />

| STEM appldata<br />

Note: In a REXX command procedure, the last stage can be STEM appldata. with a<br />

period (.).

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

Saved successfully!

Ooh no, something went wrong!