|
You should use the "QtmhCvtDb" api, and define an external data structure, that will receive them in,... David L. Mosley, Jr. Systems Analyst 2000 CentreGreen Way Suite 250 Cary, NC 27513 Peter_Vidal@pall. com To: rpg400-l@midrange.com, rpgiv@yahoogroups.com, rpgiv@egroups.com Sent by: cc: rpg400-l-admin@mi Subject: CGI-RPG Parameters with different sizes drange.com 02/26/02 04:04 PM Please respond to rpg400-l 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 _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l or email: RPG400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
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.