Hi,
is it possible to combine LongRange programs created with RPG and LongRange functions created with Lansa RDMLX in one single schema?
Or do I need one schema for LongRange RPG and another one for LongRange RDMLX?
Many thanks in advance,
Joerg
Using RPG and RDMLX in one schema
-
Paul
Re: Using RPG and RDMLX in one schema
I don't think this would be possible because the client would need to reference two completely different systems at the same time.
-
Paul
Re: Using RPG and RDMLX in one schema
Sorry, to answer your question, you would need one schema for RPG and one for LANSA RDMLX.
-
MarkDuignan
- Posts: 346
- Joined: Wed Apr 18, 2012 10:33 am
Re: Using RPG and RDMLX in one schema
Interesting question .
Short answer is no.
LongRange-RPG and LongRange-LANSA use radically different execution platforms and architectures.
However LANSA can call RPG (and RPG can call LANSA) - but if a LANSA formview is executed (say) in LongRange and it calls an RPG program that tries to use the RPG/COBOL/CL LRNG_XXXXXXX APis they would not function correctly because the underpinning execution platform required to support 5250 session based RPG programs is not present.
What do you need to achieve?
Short answer is no.
LongRange-RPG and LongRange-LANSA use radically different execution platforms and architectures.
However LANSA can call RPG (and RPG can call LANSA) - but if a LANSA formview is executed (say) in LongRange and it calls an RPG program that tries to use the RPG/COBOL/CL LRNG_XXXXXXX APis they would not function correctly because the underpinning execution platform required to support 5250 session based RPG programs is not present.
What do you need to achieve?