DSNH091I I csectname LINE nnnn COL cc EBCDIC CCSID used for string-expression.

Explanation

In a PL/1 application program, a string-expression was specified for a PREPARE or EXECUTE IMMEDIATE statement, and the precompiler-generated structures for this string-expression specify an EBCDIC CCSID.

System action

Processing continues.

User response

If you intended that the string-expression should be treated as a string expression, then no action is required.

If the string-expression consists of just one host variable, and you intended that the string-expression should be treated as a host variable, then the host variable must be preceded by a colon, and at least one DECLARE VARIABLE statement must be contained in your program source.

If you add a DECLARE VARIABLE for any host variable in your program source, and re-precompile your application, the variable previously treated as a string-expression by the precompiler will be treated as a host variable and this message will not be issued.

Severity

0 (informational)