CASXB0002S Expected DFHMSD TYPE=FINAL - remainder of source discarded
Either the end of the input file was found without a closing DFHMSD TYPE=FINAL macro, or a second DFHMSD macro was found, but did not contain the TYPE=FINAL argument. The latter can be caused by coding multiple mapsets in the same .bms source file, which is not allowed by this system.
CASXB0003E Unrecognized verb
An unknown verb was found in the BMS source deck. Known verbs include DFHMSD, DFHMDI, DFHMDF and END. TITLE, EJECT, SPACE, PRINT verbs are parsed and ignored without warning.
CASXB0005E Illegal value
An illegal value was found for a parameter. The value could be syntactically invalid, out of range, not in the parameter's domain, not numeric (if required to be).
CASXB0006E POS=<position> is outside defined map size
The DFHMDF POS= value places the field outside of the defined map boundaries. POS can be expressed as an offset from the top of the map, i.e. POS=nnn, or as a row-column value, i.e., POS=(row,col). Row and Col values must be greater than zero.
CASXB0014E PS=8 requires INITIAL/XINIT to be even
When PS=8 (pure DBCS symbols), the initial value (INITIAL or XINIT) should contain an even number of characters, each pair representing a DBCS character.