ACC Utilities Reference Guide

ZTERM - Interactive Routine Interface
ZTERM Available Commands
Chapter 4118
PZ - Peek at ZLU
Format: PZ,ZLU,[wait]
Format: PZHD,ZLU,[wait]
Peeks at any program ZLU. This command is the same as the PE
command, except that any program ZLU can be entered. If wait is
specified, then the program will display the messages as they are
received. If no messages are received then an INT signal can be used to
interrupt the wait (this can usually be generated by using a ^C).
ZTERM> pz 802
10:10:10 Message from program ZLU #0802 length 20 tag1=0001 tag2=0000
Lcn .00. .01. .02. .03. .04. .05. .06. .07. .08. .09. ASCII....ASCII....
000 5A54 4552 4D73 3720 206D 6573 7361 6765 206E 6F2E ZTERMs7 message no.
The PZ command can also be used to display the header of the message
by using the command modifier HD.
ZTERM> pzhd 802
10:10:18 Message from program ZLU #0802 length 20 tag1=0001 tag2=0000
Lcn .00. .01. .02. .03. .04. .05. .06. .07. .08. .09. ASCII....ASCII....
000 0200 007B 0322 2421 007B 0322 2421 0001 0000 0000 { ”$! { ”$!
010 0000 0000 0000 0000 0014
Lcn .00. .01. .02. .03. .04. .05. .06. .07. .08. .09. ASCII.....ASCII....
000 5A54 4552 4D73 3720 206D 6573 7361 6765 206E 6F2E ZTERMs7 message no.
RC - Set Terminal Receiver
Format: RC,ZLU1,[ZLU2],[rzlu],[rnode],[mode]
Sets up either the ZTERM primary ZLU as receiver for the specified
terminal ZLU1 or range of terminal ZLUs (ZLU1 to ZLU2 inclusive), or
can be used to set up an alternate program ZLU (rzlu & rnode) to be
receiver for the terminal ZLU. If rnode is not supplied, it defaults to the
local node. Uses the zrcvr routine call.
RE - Read ZTERM ZLU
Format: RE,[wait]
Format: REHD,[wait]