M
Member 310024
Guest
My question is about querying a DB2 data-base using QMF.
The DB2 record contains a VARCHAR(186) field.
(The 1st 2 bytes = Length Variable, the remaining 184 contain the variable length text).
I can get the Length Variable & Text using SQL embedded COBOL, but when I use a SELECT * in QMF, I only get the text variable returned in my result.
I want the Length Variable too.
How do I tell QMF that I want it returned also?
Thanks in advance.
The DB2 record contains a VARCHAR(186) field.
(The 1st 2 bytes = Length Variable, the remaining 184 contain the variable length text).
I can get the Length Variable & Text using SQL embedded COBOL, but when I use a SELECT * in QMF, I only get the text variable returned in my result.
I want the Length Variable too.
How do I tell QMF that I want it returned also?
Thanks in advance.