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

PIPE HELDMSG<br />

Syntax<br />

Synonyms<br />

HELDMSG:<br />

HELDMSG<br />

Stage Name Synonym<br />

HELDMSG HELD<br />

Command Description<br />

The HELDMSG stage reads a copy of the held message queue of the task running<br />

the PIPE command into the pipeline. HELDMSG creates a snapshot of all the held<br />

messages at the instant this stage runs. The messages remain in the held message<br />

queue <strong>for</strong> normal <strong>NetView</strong> processing. The held messages that are read into the<br />

pipeline are exact copies of the originals, including all time stamps and attributes.<br />

Streams<br />

Stream Type Number Supported<br />

Input 0<br />

Output 1<br />

Termination Conditions<br />

HELDMSG terminates when it finishes processing its output or when the output<br />

stream disconnects.<br />

Usage Notes<br />

Examples<br />

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

v HELDMSG must be the first stage.<br />

v When you pull messages into the pipe with HELDMSG, those messages can<br />

potentially be logged a second time and held a second time. To redisplay<br />

messages without logging a second time, follow the HELDMSG stage with a<br />

CONSOLE ONLY stage.<br />

v Held Message has a slightly different meaning at an autotask from that familiar<br />

<strong>for</strong> an attended operator. The purpose of holding a message at an autotask is to<br />

ensure proper routing of matching DOMs when they appear. There<strong>for</strong>e a<br />

message is held at an autotask if and only if a DOM is expected <strong>for</strong> it. The<br />

message automation action HOLD(Y) is not meaningful at an autotask.<br />

Example: Deleting Held Messages<br />

To delete all the IEE123 messages on an operator's screen, enter:<br />

PIPE HELDMSG<br />

| LOCATE 1.6 /IEE123/<br />

| CONSOLE DELETE

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

Saved successfully!

Ooh no, something went wrong!