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



Hi group!

I have a Program A that is sending three parameters to a Program B:

Field 1 = 5 char long, value is '1'
Field 2 = 15 char long, value is '1364647'
Field 3 = 7 char long, value is M111110

When I display my values on program B, I am only able to receive them using a
data structure like this:

DEnvData          DS
D   StartAtLoc                        Like(RQGDML)  (is 5 long)
D   StartAtItem                       Like(RQGDGR)  (is 15 long)
D   StartAtOrd                   7

However, while debugging Program B, EnvData contains the following value:
EVAL EnvData
STARTATLOC OF ENVDATA = '21307'
STARTATITEM OF ENVDATA = '459M111110     '
STARTATORD OF ENVDATA = '       '

How I can determine the right positions of the data?  Is the data structure
poorly defined?

TIA

Peter Vidal
Pall Aeropower Corp.
Programmer Analyst



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.