Hi,
Is it possible to use a file in QTEMP in LongRange for RPG?
In LongRange program,
I would like to call CL which will create a result file of RUNQRY on QTEMP library.
Also on the same program I would like to show the data in table element from that file in QTEMP.
However, it seems we are not able to run this program concurrently with a couple of devices.
Can we use QTEMP library in LongRange?
Or do we need to use offline feature?
Best Regards,
Megumi Sawada
[RPG]Can we use QTEMP?
-
MarkDuignan
- Posts: 346
- Joined: Wed Apr 18, 2012 10:33 am
Re: [RPG]Can we use QTEMP?
You should be able to use QTEMP with LongRange for RPG.
Each connected LongRange device gets its own aXes 5250 job - which is just a normal IBM i 5250 interactive job.
So each job should get its own private QTEMP library - which ceases to exist when the 5250 job ends.
When you say "It seems we are not able to run this program concurrently with a couple of devices" - could you provide some more details?
Each connected LongRange device gets its own aXes 5250 job - which is just a normal IBM i 5250 interactive job.
So each job should get its own private QTEMP library - which ceases to exist when the 5250 job ends.
When you say "It seems we are not able to run this program concurrently with a couple of devices" - could you provide some more details?