Start of change

DSNT003I   DSNT003I DSNTRIN HAS ENCOUNTERED AN ERROR IN THE CONTROL STATEMENT, DD = dd-name, ERROR = error-text, LINE = line-number, STATEMENT = error-statement

Explanation

DSNTRIN, the configuration tool for routines supplied by DB2®, encountered an error during configuration control statement processing.

error-text
Additional information about the error. Expected values include:
  • CONTROL STATEMENT HAS AN INVALID FORMAT
  • ROUTINE NAME HAS AN INVALID FORMAT
  • CONTROL STATEMENT EXCEEDS 720 BYTES
  • NO VALUE FOUND FOR THE FIRST|SECOND|THIRD PARAMETER OR ONE OR MORE CONTROL STATEMENTS WAS NOT SEPARATED BY A BLANK LINE
  • ONLY ONE PARAMETER FOUND
  • ACTUAL PARAMETERS: x, EXPECTED PARAMETERS: y
  • UNEXPECTED PARAMETER parameter-name FOUND
  • CONTROL STATEMENT FOR routine-name NOT SUPPORTED
  • CONTROL STATEMENT FOR routine-name ALREADY PROCESSED
  • CONTROL STATEMENT FOR routine-name NOT FOUND
line-number
The location of the error.
dd-name
The name of the data definition statement.
error-statement
The control statement in error.

System action

Processing terminates.

User response

Locate the control statement in error at the indicated line in the input allocated by the data definition indicated by dd-name. Analyze the statement for the indicated error. Correct the problem, and resubmit job DSNTIJRT to continue DSNTRIN processing.

Severity

12 (severe error)

End of change