ACC Utilities Reference Guide

ZTERM - Interactive Routine Interface
Running ZTERM Interactively
Chapter 4100
$ zterm
18:35:44 ZCOM Interactive command utility Rev4.02 <950204>
18:35:44 Primary ZLU is 1106
ZTERM> dz,120
18:35:50 ZLU entry for ZLU # 120
Lcn .00. .01. .02. .03. .04. .05. .06. .07. .08. .09. ASCII.....ASCII...
000 E64F 0001 009F 0000 0000 544D 3030 3132 3020 0000 fO TM00120
010 0000 0000 0000 0000 007A 7EC8 0000 0000 0000 0000 z~H
ZTERM> dz,121
18:35:54 ZLU entry for ZLU # 121
Lcn .00. .01. .02. .03. .04. .05. .06. .07. .08. .09. ASCII.....ASCII...
000 E75A 0001 00AA 0000 0000 544D 3030 3132 3120 0000 gZ * TM00121
010 0000 0000 0000 0000 007A 7EC8 0000 0000 0000 0000 z~H
ZTERM> ex
However if the output is redirected to a file output.file the dialog reduces
to the following:
$ zterm > output.file
ZTERM> dz,120
ZTERM> dz,121
ZTERM> ex
The generated output can be seen by listing the file output.file.
$ more output.file
18:36:07 ZCOM Interactive command utility Rev4.02 <950204>
18:36:07 Primary ZLU is 1106
18:36:10 ZLU entry for ZLU # 120
Lcn .00. .01. .02. .03. .04. .05. .06. .07. .08. .09. ASCII.....ASCII...
000 E64F 0001 009F 0000 0000 544D 3030 3132 3020 0000 fO TM00120
010 0000 0000 0000 0000 007A 7EC8 0000 0000 0000 0000 z~H
18:36:13 ZLU entry for ZLU # 121
Lcn .00. .01. .02. .03. .04. .05. .06. .07. .08. .09. ASCII.....ASCII...
000 E75A 0001 00AA 0000 0000 544D 3030 3132 3120 0000 gZ * TM00121
010 0000 0000 0000 0000 007A 7EC8 0000 0000 0000 0000 z~H
$