Search Rocket site

WORKFILE

When the C\Prof Web UI receives a request to view a list of transactions or the events for a single transaction, it uses a temporary work file to store the results before they are displayed. The WORKFILE control statement specifies the allocation attributes of these work files. In the case of a request for a list of transactions or a list of events for a transaction, the work file must be large enough to hold the entire result set. If the result set is larger than the work file, the results will be truncated.

The WORKFILE control statement is required when using the C\Prof Web UI. To change the size of work files used by the ISPF dialog, see Setup procedure.

The WORKFILE control statement takes the same parameters as the SUMMARY, DETAIL, and AUXILIARY control statements.

Example

To set the primary and secondary quantities of the work file to 20 cylinders, use the following control statement:

WORKFILE SPACE(CYL,20,20) DISK=SYSDA