× 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.



Yes this is possible, but very, very complex.  I would explore any
other way of doing it before attempting the following, but after
reading all of the 'it can't be done' statements, I just can't help
but post this.

What if you wrote an RPG service program that had a function that
accepted a parameter of a field name, used the QteDumpModuleVariables
API to retrieve all variables for the program, parsed through the
results and searched for the field name requested, returned a pointer
to the field in memory, and also, returned a variable indicating the
type of data.  This could then be placed in the correct field type by
the program.  You could return text data into a variable length field,
and numeric into a LARGE variable (20i or something).

I am not sure about the service program thing, because the program
that contains the variable has to have a current call stack entry. 
The program would have to be compiled so that is contained debug data
(DBGVIEW), but the program does not have to be in debug data.

This would be a pretty complex undertaking, and other means might be
less complex, but I had to post this idea.  I just take it personally
when somebody says "It can't be done".  ;-)


On Fri, 18 Mar 2005 16:27:38 +0100, PAPWORTH  Paul
<Paul.Papworth@xxxxxxx> wrote:
> Does any one know if it is possible in RPG (or any other i_series)
> language to do the following
> 
> Ws_work_zone = %pgmvar(var)
> 
> %pgmvar would be a function which would allow you to get the contents of
> a variable , whose name is contained in a variable.
> 
> Eg if in my imaginary function var contains the name of a field  'FRED'
> ,  and FRED contains 'ABC' ,  I would end up with 'ABC' in ws_work_zone
> 
> Many thanks in advance
> 
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
> 
> 


-- 
"Enter any 11-digit prime number to continue..."

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.