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

Syntax<br />

►► VERIFY: VERIFY<br />

position.length NOT<br />

/string/ ►◄<br />

Command Description<br />

The VERIFY stage examines the first line of each message in the range specified. If<br />

all the characters examined are also in the string specified, then the message is<br />

written to the primary output stream. Otherwise, the message is written to the<br />

secondary output stream, if connected.<br />

Streams<br />

When NOT is specified, VERIFY verifies that the characters examined are not in<br />

the argument string.<br />

Stream Type Number Supported<br />

Input 1<br />

Output 2<br />

Termination Conditions<br />

VERIFY terminates when the input stream or both output streams are<br />

disconnected.<br />

Operand Descriptions<br />

position.length<br />

Specifies the character position where examination is to occur within the line.<br />

Only the first line of each message is examined. If you specify a length of *, the<br />

remainder of the message is searched. If you do not specify a position.length,<br />

the entire line is examined.<br />

NOT<br />

Specifies the characters that are considered as matching those not in the<br />

/string/ specification.<br />

/string/<br />

Specifies the characters that are considered as matching during the<br />

examination of the input line. When NOT is also specified, VERIFY verifies<br />

that the characters examined are not in the argument string.<br />

Duplicate characters can be specified, but are not significant.<br />

The first nonblank character encountered after the stage name, position.length,<br />

or NOT is the delimiter establishing the boundary of the text string used by<br />

the stage. The delimited string ends when the same character is encountered a<br />

second time.<br />

Usage Notes<br />

VERIFY cannot be the first stage.<br />

PIPE VARLOAD<br />

Chapter 2. Pipeline Stages and Syntax 259

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

Saved successfully!

Ooh no, something went wrong!