See also – HP R4.2 User Manual
Page 550

A
Summary of Commands
lComp
UCS 1000 R4.2 Administration 585-313-507
Issue 3 April 2000 511
the expansion formats, which expandLog uses to convert a compressed
logging file into a human-readable statement.
The dataDictLog
file contains SQL names for the variable fields in each
message. They are of the form:
abs_index <FS>fld-name,type[,length[,precision]]<FS>...<GS>
The
abs_index
is the index number of the message within the universe of all
messages compiled by lComp. If the optional SQL specification does not
appear after the format, lComp
generates one of the form:
CLASSNNN_M,type[,len[,precision]]
based on the format.
CLASS
is the all-uppercase name of the file the
message came from,
NNN
is the index of the message within the file, and
M
is the field within the message, starting at 1.
The ddMapLog
file contains structures describing where to find each data
dictionary entry for each message. It also contains an array with the class
names.
See Also