ACC Error Guide
TTGEN Error Messages
Errors
Chapter 8182
Error 134: “%s”(%d): Bad application number “%s” (range %d..%d)
(Severity 2)
Explanation Bad Logical Data application number. The specified
“Application Number” field is out of range.
Action: Change to an appropriate value.
Error 135: “%s”(%d): Label name missing
(Severity 2)
Explanation Logical-Data label name missing. Each
LOGICAL-DATA statement must have a unique label
name specified.
Action: Insert label name.
Error 136: “%s”(%d): Bad data offset “%s” (range %d..%d)
(Severity 2)
Explanation Bad Logical-Data offset specified. The specified byte
offset for LOGICAL-DATA statement is out of range.
Action: Use an appropriate value, or adjust the
LOGICAL-SIZE statement to accommodate the
required region.
Error 137: “%s”(%d): Offset must be a multiple of %d
(Severity 2)
Explanation Logical-Data offset must be a multiple of 8 bytes. In the
HP-UX 11.0 64-bit environment, data alignment to a
8-byte boundary is necessary for data structures with
“long” or “pointer” types. To be consistent in both
32/64-bit environments, TTGEN requires
LOGICAL-DATA to have an offset of multiple of 8
bytes.
Action: Align the byte offset to multiple of 8 bytes.
Error 138: “%s”(%d): Bad data size “%s” (range %d..%d)
(Severity 2)
Explanation The specified byte size for the LOGICAL-DATA
statement is out of range.
Action: Use an appropriate value, or adjust the
LOGICAL-SIZE statement to accommodate the
required region.










