FUNL0191 Unable to enqueue (destinationname): (reason).

From m204wiki
Jump to navigation Jump to search

This indicates that the file has been unloaded with UAI, with the indicated number of procedures unloaded, and the indicated number of procedure aliases unloaded. reason is one of the following:

  • Can't find DDname .br The destination data set specified or implied in the FUEL program is not defined or its DDname does not match the DDname of a defined data set.
  • Model 204 ALLOCATE command required .br A Model 204 DEFINE DATASET command was issued for the destination data set, but no ALLOCATE command was issued.
  • Enqueue failed .br Some other process has already enqueued the data set.

The FUNLOAD program validates that a data set that is to be the output destination for Fast/Unload unloaded data exists (is defined and allocated), is referenced within the FUEL program by a single, unique DDname, and is available for exclusive enqueue.