Thanks Scott, I would be interested in seeing how to do this. I am on V5R4 and using ILE RPG and I have already code that is using the putenv API in one program and getting them back with the getenv in a second. Thinking if using this to replace the passing of parms on a PLIST to help reduce maintenance time.
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Tuesday, December 04, 2007 6:08 PM
To: Midrange Systems Technical Discussion
Subject: Re: getenv/putenv APIs
Sure. There's an array of pointers named 'environ' that's exported from
the ILE C runtime library. You can interrogate that array of pointers
to get a list of all of the job-level envvars.
If you need more information, tell me which language you'd like to code
this in, and which release you're using.
Mike Cunningham wrote:
Does anyone know of a way to get a list of all the job level
environment variables like the API that will return all System level
environment variables? Or return one long string that is the entire
job environment?
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.