Previous Topic: CALC207ENext Topic: CALC209E


CALC208E

Specified size too big

Reason:

This message is issued for any of the following reasons:

  1. An invalid precision was specified for an alphanumeric field.
  2. The length of the user module communication area is specified as more than 32767 bytes.
  3. The FILE statement specifies a record size that exceeds 32 KB or the maximum block size for the disk device type.
  4. The FILE statement specifies a block size that exceeds 32 KB.

Action:

Ensure that each value is within acceptable limits.