Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Message 0282 (↑ Syntax Messages)
◄Key► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Message: 0282
Text: Number of BLL cells incorrect
Explanation: You have submitted your program with the CICS
directive on, so your COBOL system has calculated the
number of BLL cells that should occur after the
DFHCOMMAREA definition. There should be a BLL cell
for each 01 level data item in the Linkage Section,
plus one further BLL cell. Additionally, if the 01
level Linkage Section data item requires more than
4096 bytes, each 4096-byte block of data requires one
BLL cell.
Resolution: Check the number of BLL cells that are required for
the Linkage Section in your program as described
above, and ensure that you have defined the correct
number of BLL cells.
-♦-