|
In addition to the answers from the others, there is one potential gotcha. If RPG programs call COBOL programs, there can be a performance penalty. We saw this in an RPG batch job, which called a COBOL progfram repeatedly. Performance went from 10+ HOURS to <20 MINUTES, with one simple change. We added a COBOL program as the first program. All it did was call the original first program in the batch job, but it does some smoke & mirrors stuff, that allows the ccalld from RPG to COBOL to be a LOT more efficient. HTH Bob Larkin blarkin@wt.net Erick Garske wrote: > Cutting my teeth in COBOL converting an application from RPG am > searching for a couple of answers. > > 1) How is binary data represented in working storage? COMP? > 2) How is an ASCII 27 represented in working storage? > 3) With the proper linkage parameters set up can an RPG program call > a COBOL/400 program? > 4) Can an COBOL EVALUATE statement which uses one var (maybe more) be > as flexable as an RPG SELECT statement. > > Thanks in advance for any insights. > > Regards, > Erick > > ------------------------------------------------------------------------ > > Erick Garske <egarske@cts.com> > District Information Systems Consulting > > Erick Garske > District Information Systems Consulting <egarske@cts.com> > version:2.1 > Additional Information: > Last Name Garske > First Name Erick > Version 2.1
begin: vcard fn: Bob Larkin n: Larkin;Bob org: <A HREF="HTTP://web.wt.net/~blarkin/">Larkin Computer Consulting</A> adr: <A HREF="http://web.wt.net/~blarkin/">Bob and Diana's Page</A>;;;Houston;TX;<A HREF="http://web.wt.net/~blarkin/">;United States email;internet: blarkin@wt.net title: Systems Consultant x-mozilla-cpt: ;4104 x-mozilla-html: FALSE version: 2.1 end: vcard
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.