Alphabetic list of SQLPP messages

This section lists alphabetically the messages generated by the SQL preprocessor. See the section “SQLPP messages indexed by error message value” for more information about these messages.

Table 7-1: Alphabetic list of SQLPP messages

Message

Message value

“subscript value %1 too large”

2601

“combined pointer and arrays not supported for host types”

2602

“only one dimensional arrays supported for char type”

2603

“VARCHAR type must have a length”

2604

“arrays of VARCHAR not supported”

2605

“VARCHAR host variables cannot be pointers”

2606

“initializer not allowed on VARCHAR host variable”

2607

“FIXCHAR type must have a length”

2608

“arrays of FIXCHAR not supported”

2609

“arrays of this type not supported”

2610

“precision must be specified for decimal type”

2611

“arrays of decimal not allowed”

2612

“Unknown hostvar type”

2613

“invalid integer”

2614

“'%1' host variable must be a C string type”

2615

“'%1' symbol already defined”

2617

“invalid type for sql statement variable”

2618

“Cannot find include file '%1'”

2619

“host variable '%1' is unknown”

2620

“indicator variable '%1' is unknown”

2621

“invalid type for indicator variable '%1'”

2622

“invalid host variable type on '%1'”

2623

“host variable '%1' has two different definitions”

2625

“statement '%1' not previously prepared”

2626

“cursor '%1' not previously declared”

2627

“unknown statement '%1'”

2628

“host variables not allowed for this cursor”

2629

“host variables specified twice - on declare and open”

2630

“must specify a host list or using clause on %1”

2631

“no INTO clause on SELECT statement”

2633

“incorrect SQL language usage -- that is a '%1' extension”

2634

“incorrect Embedded SQL language usage -- that is a '%1' extension”

2635

“incorrect Embedded SQL syntax”

2636

“missing ending quote of string”

2637

“token too long”

2639

“'%1' host variable must be an integer type”

2640

“must specify an SQLDA on a DESCRIBE”

2641

“Two SQLDAs specified of the same type (INTO or USING)”

2642

“cannot describe static cursors”

2646

“Macros cannot be redefined”

2647

“Invalid array dimension”

2648

“invalid descriptor index”

2649

“invalid field for SET DESCRIPTOR”

2650

“field used more than once in SET DESCRIPTOR statement”

2651

“data value must be a host variable”

2652

“Into clause not allowed on declare cursor - ignored”

2660

“unrecognized SQL syntax”

2661

“unknown SQL function '%1'”

2662

“wrong number of parms to sql function '%1'”

2663

“static statement names will not work properly if used by 2 threads”

2664

“host variable '%1' has been redefined”

2665

“vendor extension”

2666

“intermediate SQL feature”

2667

“full SQL feature”

2668

“transact SQL extension”

2669

“no declare section and no INCLUDE SQLCA statement”

2680

“unable to open temporary file”

2681

“error reading temporary file”

2682

“error writing output file”

2683

“Inconsistent number of host variables for this cursor”

2690

“Inconsistent host variable types for this cursor”

2691

“Inconsistent indicator variables for this cursor”

2692

“no OPEN for cursor '%1'”

2694

“no FETCH or PUT for cursor '%1'”

2695

“Host variable '%1' is in use more than once with different indicators”

2696