Page 1 of 1

[RPG]Can we use QTEMP?

Posted: Fri Jun 01, 2018 12:06 pm
by MegumiSawada
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

Re: [RPG]Can we use QTEMP?

Posted: Fri Jun 01, 2018 2:59 pm
by MarkDuignan
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?