Previous Topic: CALC052ENext Topic: CALC054E


CALC053E

User module communication area must be >= 4 bytes long

Reason:

A FILE statement for a user module specifies an invalid communication area length. The communications area is used for two-way communication between CA Earl and the user module. The first four bytes have special meaning within CA Earl's input and output routines, and it is necessary to specify a length of at least four bytes for this area.

Action:

Correct the FILE statement.