ACC Error Guide
TTGEN Error Messages
Errors
Chapter 8 183
Error 139: “%s”(%d): Size must be a multiple of %d
(Severity 2)
Explanation Logical-Data size must be a multiple of 8 bytes. In
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 the
LOGICAL-DATA to have a size which is a multiple of 8
bytes.
Action: Increase the byte size to multiples of 4 bytes.
Error 140: “%s”(%d): Storage overflow (data area = %d bytes
(Severity 2)
Explanation Logical-Data storage overflow. The specified region
overflows the defined size in “LOGICAL-SIZE”.
Action: Use an appropriate value, or adjust the
LOGICAL-SIZE statement to accommodate the
required region.
Error 141: “%s”(%d): Storage label “%s” already defined
(Severity 2)
Explanation The label for the storage region is not unique.
Logical-Data storage label already defined.
Action: Use a different label name.
Error 142: “%s”(%d): Storage allocation conflict
(Severity 2)
Explanation Logical-Data storage allocation conflict. The specified
region overlaps with some other previously defined
regions.
Action: Check previously defined regions and avoid using used
area.
Error 143: “%s”(%d): Bad Buffer-Pool “%s” (range %u..%u)
(Severity 2)
Explanation Bad Buffer-Pool size specified. The BUFFER-POOL
size is out of range.
Action: Use an appropriate value. The valid range of values is
1024…2147483645 (0x7FFFFFF, ZCOM_MAXBPOOL
in /opt/acc/include/zcom/zcomsys.h).










