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

17-character date/time value. The data and time are <strong>for</strong> the local time zone<br />

and are in the converted to the <strong>for</strong>m: MM/DD/YY HH:MM:SS.<br />

To convert to Greenwich Mean Time, use ZDT.<br />

Note: The current GMT offset is used in interpreting the local date and time,<br />

whether a different offset was in effect at the given date and time. For<br />

example, if the given value was be<strong>for</strong>e the latest daylight saving time<br />

adjustment, the result can be off one hour from another interpretation of<br />

the same date and time of an application.<br />

DTS (conversion order)<br />

Specifies that the input data is a 17-character local date/time value in the <strong>for</strong>m<br />

MM/DD/YY HH:MM:SS, and is to be converted to a store clock (STCK) value which<br />

is based on Greenwich Mean Time.<br />

Note: The current GMT offset is used in interpreting the local date and time,<br />

whether a different offset was in effect at the given date and time. For<br />

example, if the given value was be<strong>for</strong>e the latest daylight saving time<br />

adjustment, the result can be off one hour from another interpretation of<br />

the same date and time of an application.<br />

ETIME (conversion order)<br />

Specifies that the input data is a store clock (STCK) value and is to be<br />

converted to a decimal number representing the elapsed time in microseconds<br />

since <strong>NetView</strong> startup. The result is a decimal number that can be longer than<br />

10 digits. The result can also be a negative number indicating that the message<br />

originated be<strong>for</strong>e <strong>NetView</strong> startup.<br />

FOUND (conversion order)<br />

FOUND is used after a SKIPTO or FINDLINE operation to translate a null<br />

string into No and any other string into Yes. The case of the character string is<br />

exactly as displayed, No or Yes.<br />

F2C (conversion order)<br />

Specifies that the input character data represents a signed or unsigned floating<br />

point number and is to be converted to an 8-byte internal floating point<br />

representation. You can use the LEFT 4 conversion order to reduce the output<br />

to a short floating point internal number if desired.<br />

F2C is the inverse of C2F.<br />

G2C (conversion order)<br />

Converts double-byte (DBCS) character strings to fixed-length strings by<br />

removing the shift-out character in front of the string and the shift-in after the<br />

string.<br />

G2C is the inverse of C2G.<br />

This conversion order is particularly useful when dealing with data interacting<br />

with the SQL pipe stage.<br />

GV2C or VG2C (conversion order)<br />

Converts double-byte (DBCS) character strings to varying-length strings by<br />

removing the shift-out character in front of the string and the shift-in after the<br />

string. A 2-byte, unsigned length value precedes the converted string.<br />

GV2C is the inverse of C2GV.<br />

This conversion order is particularly useful when dealing with data interacting<br />

with the SQL pipe stage.<br />

Chapter 2. Pipeline Stages and Syntax 113

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

Saved successfully!

Ooh no, something went wrong!