COBSQ0147: Multiple INTO's only allowed with a UNION.

Restriction: This topic applies to Windows environments only.

Multiple INTO clauses were found in a SELECT INTO statement – this is only allowed if UNION is specified.

Correct the syntax and recompile your program. See the SQL Referencefor the correct syntax.