|
>> Can i call RPG from Cobol program (not ILE)? Yes - the whether the COBOL is ILE or not makes no difference. >> 01 Parm >> 02 Part1 PIC X(1) >> 02 Part2 PIC 9(6) Comp-3 >> and call Using Parm >> How parms needs to be define in RPG? i am confused. The RPG program should define a single parameter (just as a recieving COBOL program would). That parameter maps to a data structure like so: D Parm DS D Part1 1A D Part2 6P 0 C *Entry PList C Parm Parm C Eval *InLR = *On +--- | 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.