[RPG]Can we use QTEMP?

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

[RPG]Can we use QTEMP?

Post 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
MarkDuignan
Posts: 346
Joined: Wed Apr 18, 2012 10:33 am

Re: [RPG]Can we use QTEMP?

Post 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?
Post Reply