Pathway/iTS Management Programming Manual
ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-25
ZPWY-MAP-DEF-TELL
ZPWY-MAP-DEF-TELL
ZPWY-MAP-DEF-TELL is an extensible structured token that defines the content of a 
tell message. 
ZTIMESTAMP 
is a four-word Julian timestamp in Greenwich mean time (GMT) that the 
PATHMON process adds to the PATHCTL file upon receiving the TELL message. 
To convert this value to a local time-based timestamp, use the 
CONVERTTIMESTAMP procedure as documented in the Guardian Procedure 
Calls Reference Manual. To convert the timestamp to a Gregorian (calendar-type) 
format, use the INTERPRETTIMESTAMP procedure.
ZTIMESTAMP is for output only, in response to an INFO TELL command. If a value 
is placed in this field with ADD TELL, an error is returned.
ZLENGTH 
is the byte length of the tell message. Valid values range from 0 through 132.
ZAREA 
contains the message text.
def ZPWY-DDL-DEF-TELL.
 02 ZTIMESTAMP token-type ZSPI-DDL-TIMESTAMP. 
 02 ZLENGTH token-type ZSPI-DDL-INT. !r
 02 ZAREA token-type ZPWY-DDL-CHAR132. !r
end.










