FPEA0801S   INSUFFICIENT SPACE WAS ALLOCATED FOR ACWORK. COMPLETELY REDUCED DATA WOULD REQUIRE AN ACWORK OF <V1> BYTES, CONSUMED BY <V2> RECORDS WITH AN AVERAGE LENGTH OF <V3> AND A MAXIMUM RECORD LENGTH OF <V4>.

Explanation

Failure to reduce all input trace data because of insufficient space for the temporary work data set with ddname ACWORK. No output data is written. However, the job continues to determine the necessary ACWORK space.
  • <V1> is the number of bytes ACWORK would require to hold all reduced records (provided it is of sufficient size).
  • <V2> is the number of reduced data records (of variable lengths) that would be written to ACWORK (provided it is of sufficient size).
  • <V3> is the average record length of the reduced data records that has to be expected.
  • <V4> is the maximum record length of the reduced data records that has to be expected.

User response

Allocate more space to ACWORK and rerun the job. Allocate about 20% more space than indicated by <V1>. You might specify sufficient primary and secondary work space as options in the SPACE parameter of the ACWORK DD statement. If necessary, specify a multi-volume data set for ACWORK. For more information refer to the Reporting User’s Guide.



Feedback