× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



You need separate "public" files with unique names or, at least, one public
file with uniquely identified rows for each user.  You could use a
multi-member file or user spaces or uniquely named files.  Then you have to
come up with a way to name the member uniquely - a next number scheme.  Then
you have to communicate the identifying key to the second batch job.

You could run job one.  It could allocate a name, create a member with that
name, write the data into the member, then put the member name on a data
queue message.  Job two could be waiting for messages from the data queue.
When it received one, it could ovrdbf to the correct member name and start
working.

It isn't worth the trouble to figure out how to defeat the QTEMP isolation
strategy in a general purpose way.  That is swimming upstream.

Richard Jackson
mailto:richardjackson@richardjackson.net
http://www.richardjacksonltd.com
Voice: 1 (303) 808-8058
Fax:   1 (303) 663-4325

-|-----Original Message-----
-|From: owner-rpg400-l@midrange.com [mailto:owner-rpg400-l@midrange.com]On
-|Behalf Of Frank Carpenter
-|Sent: Wednesday, October 18, 2000 7:29 AM
-|To: RPG400-L@midrange.com
-|Subject: Accessing files In QTEMP
-|
-|
-|Hi all
-|
-|I'm sure this is an easy way to do this that I don't know about.
-|I have an
-|RPG  program that produces a file in QTEMP.  The job then submits a second
-|job.  I need to be able to access the files created in the QTEMP library
-|from the first job.  How can I pass the files with the submitted job?  I
-|want to use QTEMP because several users can be running this job
-|at the same
-|time and QTEMP will allow me to have individual copies of the same files
-|without banging into each other.
-|
-|Any help/suggestions would be appreciated.
-|
-|Frank Carpenter
-|EMED Co., Inc.
-|fcarpenter@emedco.com <mailto:fcarpenter@emedco.com>
-|716 626-1616 ext. 374
-|
-|+---
-|| This is the RPG/400 Mailing List!
-|| To submit a new message, send your mail to RPG400-L@midrange.com.
-|| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
-|| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
-|| Questions should be directed to the list owner/operator:
-|david@midrange.com
-|+---

+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.