Start of change

DSNU650I csect-name control-statement-text

Explanation

Each control statement is returned to the invoker as a part of the normal output. If an error occurred while processing the statement, a separate error message follows this message.

csect-name
The name of the control section that issued the message.
control-statement-text
A portion of the text of the utility control statement. Examples include INTO TABLE statements for the LOAD utility and WHEN clauses, among other items.

If the utility used a statistics profile, the control statement might contain references to the nonexistent objects CURRENT.TABLE and CURRENT.TBLSPACE. Such references are added only when they are required to form a complete utility control statement and are otherwise meaningless.

System action

The processing of the utility request continues normally.

Severity

0 (informational)

End of change