CSV007I   EXPLICIT LOAD OF MODULE mod FAILED, NO DCB SUPPLIED

Explanation

A task issued a LOAD macro with the explicit load option but did not provide a data control block (DCB) parameter. During an explicit load, the system searches only the library indicated by the DCB parameter. Therefore, if the system is to find module mod, the task must provide a DCB parameter.

In the message text:
mod
The name of the requested module.

System action

The task ends.

System programmer response

If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the source program listing for the job.

Programmer response

Include a DCB parameter with the LOAD macro to specify a library containing the requested module.

Module

CSVXLOAD

Source

Contents supervision (CSV)

Routing Code

11

Descriptor Code

Note 26