Previous Topic: DB30075ENext Topic: DB30077I


DB30076E

OUTPUT LRECL (lrecl) IS TOO SHORT

Reason:

The output record is too small to accept the data columns being written to a given output record (4000 is the minimum, and it is a default). This should only occur with BVD and BVM tables.

Action:

You can increase the output record size by modifying the JCL. For the affected table, change the DD statement for OUTaaa (where aaa is the table name affected) to increase the LRECL size (maximum value is 32000). Resubmit the job.