× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



David

I'm surprised that compiled at V5R4 - CONST parameters have never worked as host variables. The reason is, they are used to set variables named SQLxxxx where xxxx is some number. And this goes both ways, the SQL* variable is set from the host variable and vice versa. So it can't be a CONST.

The LIKE - well, I find that the pre-compiler likes things pretty simple in your variable declarations. It MIGHT work, but this is kind of messy. Maybe in earlier versions, the LIKE didn't carry the CONST along - maybe at 6.1 it does.

There is usually some additional information in the SQL0312 message - what does it say? As we always say, give us ALL the information!! :-)

HTH
Vern

David.E.Foxwell@xxxxxxxxx wrote:
Hi,

We are migrating to V6R1 and a coworker says this code compiles on the V5R4 box but not on the new one.


SQL0312 Variable wVar not defined or not usable.

P MyProc B
D Parm1 LIKE ( A field in a file declared in the F Specs ) CONST

D wVar S LIKE ( Parm1 )

/FREE
EXEC SQL
SELECT MyField INTO : wVar FROM MyTable
WHERE etc...;


To fix it, wVar was coded like this :
D wVar S LIKE ( A subfield of a global DS )


Any ideas? Thanks.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.