cobol3.hlp (Topic list)
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.
                                    -♦-