× 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.



Jon,

When you say you don't want to use a file, would that be because you don't
want the housekeeping of a file for this purpose? That would rule out all
other named objects as user spaces or user indexes as well.

So, assuming you don't want to use named objects, you could

- Save the LDA, fill the LDA, submit your job, restore LDA - if the
submitted jobs don't use the 'other software';
- Use environment variables. Maybe (never tried it that way) you could
even save a complete data structure as one environment variable and read
the DS from the environment variable in the submitted jobs.

The environment variable route does not meet your requirement that the
information must be available to ANY batch job submitted, you would have
to use CPYENVVAR(*YES) on the submit :-)

Joep Beckeringh


rpg400-l-bounces@xxxxxxxxxxxx wrote on 30-07-2012 02:08:12:

Jon Paris

I have a series of programs that need to be able to share some basic
information.

Solution must have similar characteristics to the LDA in as much as
it must be available to any batch job submitted from code running in
interactive or web mode,

BUT there are some limitations:

1) Adding additional parameter(s) is not an option

2) Using the LDA is not an option (other software thinks it "owns" it)

3) Does not involve the use of a file if at all possible.

Everything I have thought of so far falls apart somewhere along the
path - so I'm hoping someone else here has dealt with a similar
issue and can stop me from going round in circles with this one.


Jon Paris

www.partner400.com
www.SystemiDeveloper.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.