×
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.
Dave,
Perhaps you just want to use an F-spec to get the definitions of all the fields in the file or table or view ... you could use the PREFIX keyword to specify a prefix such as 'hv' (for "host variable").
Specify USROPN on that F-spec, as you do not want RPG to open the file, since you plan to use SQL versus "native" I/O ...
So, you now have "host variables" defined for each field or column in the file or table or view, so you can specify ":hvNAME" for example, where "NAME" is a name in the table or file you used in the F-spec.
Does that help?
Mark S. Waterbury
On Monday, October 9, 2023 at 09:26:14 AM EDT, Dave <dfx1@xxxxxxxxxxxxxx> wrote:
OK I’m on 7.3 now and I still don’t know how to define a host variable
without hard coding it.
Any advice ?
Thanks
As an Amazon Associate we earn from qualifying purchases.
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.