|
Or, if all subprograms calls go through QCMDEXC. Both techniques are also equivalent to "call by value". I am really struggling for other ways to see this happen. Here is the list I can think of at the moment: 1. sbmjob 2. call via qcmdexc 3. server program that reads a message sent to a queue (msgq, dtaq, PF, etc) 4. any of the RMTCMD functions 5. submit job using a jobd with a command line (this is repetitive) 6. sockets or LU6.2 evoke 7. C system(); function Please send in other choices. Richard Jackson mailto:richardjackson@richardjackson.net www.richardjacksonltd.com Voice: 1 (303) 808-8058 Fax: 1 (303) 663-4325 -----Original Message----- From: owner-rpg400-l@midrange.com [mailto:owner-rpg400-l@midrange.com]On Behalf Of Scott Klement Sent: Tuesday, July 18, 2000 9:29 AM To: 'RPG400-L@midrange.com' Subject: Re: RPG/400 pgm strange behaviour On Tue, 18 Jul 2000, Mark Holliday wrote: > Actually, Marcin, I had this problem calling from a CL pgm into a CL > pgm. I think you might even have this problem calling from an RPG pgm > into a CL pgm. Someone down this thread stated that you could create > a command, which would then allocate memory for the size of a given > field. That sounds like a good solution, as well. > > Mark You shouldn't have this problem calling from a CL program to another CL program. However, if you do a SBMJOB from a CL program to call another CL program, you'll run into this error again. Maybe thats what you're thinking of? The reason for this is simple... When you create a new job, it can no longer access the memory from the original job. So it creates a new "command-line" to start up the program in the new job. The proper fix, as you already pointed out, is to create a command. +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.