ACC Utilities Reference Guide
TTGEN - ZCOM System Table Generator
Running TTGEN
Chapter 264
Running TTGEN
TTGEN is driven from a configuration file that describes the
configuration of the ZCOM subsystem. It produces a memory image file
that is used by ZMON to initialize the ZCOM runtime system.
The runstring for TTGEN is as follows:
TTGEN [options] [-m mfile] ifile [ofile]
Options:
-o overwrite output file if it already exists.
-q quiet mode
-v verbose mode (shows what ”TTGEN” is doing)
-s list system summary
-t list terminal listing
-n do not run C Pre-Processor on input file
(/opt/langtools/lbin/cpp)
Arguments:
mfile specify message text file
ifile Input:ZCOM configuration file (TTGEN
configuration file)
ofile Output: ZCOM memory file, optional
If not specified, no output is produced.
NOTE TTGEN reports the total size required: “Total Size:” under the heading
“SYSTEM INFORMATION”. This is the minimum value for
zcom_mem_size in your system file (typically /stand/system). The
default value for zcom_mem_size is 4M-bytes.
Example:
ttgen -sto x25_128.answ x25_128.tmem










