|
Slava Zharichenko wrote: > Hi, > Can i call RPG from Cobol program (not ILE)? > i have a cobol program where parm defined under 01 level like: > 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. > > ______________________________________________________________________ > Important Email Information > > The information in this email is confidential and may be legally > privileged. It is intended solely for the addressee. Access to this email > by anyone else is unauthorized. If you are not the intended recipient, any > disclosure, copying, distribution or any action taken or omitted to be > taken in reliance on it, is prohibited and may be unlawful. If you are not > the intended addressee please contact the sender and dispose of this > e-mail. > > +--- > | 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 > +--- what you need is a linkage-section in your cobol program. this goes at the end of your working storage section. yes you can call a rpg program in a cobol program. good luck. you need the same amount of parm statement as the rpg. +--- | 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.