DSNT499I   ERROR IN INPUT PARAMETER LIST

Explanation

The parameter list that was specified when DSNTIAUL or DSNTEP2 was invoked contains one or more invalid values.

System action

The application program is terminated.

System programmer response

Check the parameter values entered when the program was invoked:
  • For DSNTEP2, valid parameter values are:
    • 'ALIGN(LHS)' or 'ALIGN(MID)'

      'ALIGN(LHS)' specifies that DSNTEP2 output is aligned on the left margin. 'ALIGN(MID)' specifies that DSNTEP2 output is centered.

    • 'MIXED', or 'NOMIXED'

      'MIXED' specifies that DSNTEP2 recognizes mixed double-byte and single-byte character data. 'NOMIXED' specifies that DSNTEP2 does not recognize mixed double-byte and single-byte character data.

  • For DSNTIAUL, the only valid parameter is 'SQL'.

    'SQL' specifies that input to DSNTIAUL is in the form of complete, semicolon-terminated SQL statements.

User response

Notify the system programmer.