×
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.
On 24/09/2009, at 9:09 PM, Dennis Lovelady wrote:
Do you know the value of $SHELL when the program is called from
command line
vs. from QSH? Will that give you a clue?
My first thought was to look for an environment variable or similar.
QSH doesn't set the SHELL variable so that's out.
There is a QSH_VERSION variable but that appears to be a shell
variable rather than an environment variable. I don't want to require
use of a shell script to launch this from QSH. It's just a program
that needs no special pre-processing (i.e., like an HLL that doesn't
require a CL to set overrides).
There is a TERMINAL_TYPE=5250 environment variable set by QSH but
because it's an env-var it could be added outside QSH (as you point
out below) so that's not suitable (fails the absolutely/positively
requirement).
One thing to consider: your link doesn't HAVE to be symbolic to the
program
object, does it? Couldn't it be a script that sets up overriding
parameters
(perhaps simply by setting some environment variable) and then links
to the
program object (perhaps with a special command-line switch)? Does
that
help? Of course the issue there is that environment variables can
also be
set from the ADD/CHG/RMV ENVVAR command set and flags can be passed
from
CALL, which violates the absolutely/positively aspect of your
question. But
maybe (if $SHELL is a clue) the combination can be absolute? Hmmm...
It doesn't HAVE to be a symbolic link but since there is no reason for
using a script (other than your suggestion to set a special env-var)
then I don't consider that an acceptable solution--more a work-around.
Regards,
Simon Coulter.
--------------------------------------------------------------------
FlyByNight Software OS/400, i5/OS Technical Specialists
http://www.flybynight.com.au/
Phone: +61 2 6657 8251 Mobile: +61 0411 091 400 /"\
Fax: +61 2 6657 8251 \ /
X
ASCII Ribbon campaign against HTML E-Mail / \
--------------------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.
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.