Start of change

DSNT048I   DSNTRVFY - THE DD STATEMENT dd-name WAS NOT FOUND

Explanation

The routine requires that the indicated data definition (DD) statement is defined to the WLM stored procedure address space, but the statement was not allocated.

dd-name
The name of the data definition statement.

If a diagnostic message from the IBM® Language Environment® service is available, that message follows DSNT048I. This additional message provides specific information about the failure that can be used to help diagnose the cause.

System action

The routine is not validated. Processing continues.

User response

Determine whether the WLM application environment that is assigned to the routine contains the DD statement indicated by dd-name. If it does not contain the required DD statement, either modify the WLM procedure to include the DD statement or assign the routine to a WLM application environment that contains the DD statement.

Otherwise, if an additional message from the IBM Language Environment service is provided, use that message to diagnose and correct the problem.

Severity

8 (error)

End of change