Transact/V Program Compilation [ HP TRANSACT Quick Reference Guide ] MPE/iX 5.0 Documentation
HP TRANSACT Quick Reference Guide
Transact/V Program Compilation
:RUN TRANCOMP.PUB.SYS
SOURCE
FILE> Enter the source file name
LIST FILE> <cr> to send listing to $STDLIST
LP to send listing to TRANLIST
NULL to suppress compiler listing
*file-name to back reference a file equation
file-name to send listing to a disk file
CONTROL> LIST Generates a listing of the compiled source code
DICT References the DICTIONARY to resolve item definitions
CODE Creates p-code if no errors occur
ERRS Lists errors on $STDLIST even if you redirect listing
CHCK Produces a list of items that are used but never put on
the list register
DEFN Produces a list of item definitions
OBJT Produces a listing of the p-code
OPT@ Optimizes compilation tables and IP file
OPTE Eliminates edit mask specs from IP file
OPTH Eliminates heading text from IP file
OPTI Eliminates item names from IP file
OPTP Eliminates prompt strings from IP file
OPTS Optimizes segmented Transact programs
STAT Generates statistics on data stack usage
XERR Creates p-code file even if errors are encountered
XREF Provides a cross reference listing of labels and
references
DEFAULTS: LIST,DICT,CODE,ERRS
NOTE You can precede any of the above CONTROL options with "NO" to
reverse its effect. For example, NOXREF.
MPE/iX 5.0 Documentation