Yes, I've seen an example of using putenv but I also need to change LE runtime options also. Unfortunately we are still at z/OS 1.4 for the moment.
Jim McAlpine On 1/29/07, Steve Comstock <[EMAIL PROTECTED]> wrote:
Well, you can certainly change environment variables dynamically. You can either call the C putenv() function directly from COBOL or, if you are z/OS 1.8 you can call the new LE function CEEENV. <ad> Calling C functions from COBOL is discussed, demonstrated, and included as a lab in our 2-day course "Enterprise COBOL Update I: Essentials"; details: http://www.trainersfriend.com/COBOL_Courses/d704descr.htm All of the LE callable functions are discussed, as well as much more, in our 3-day course "Using LE Services in z/OS"; this course is multi-lingual: Lectures can include examples in, and labs may be run in any of: Assembler, COBOL, PL/I, C; details: http://www.trainersfriend.com/Language_Environment_courses/m512descr.htm </ad> Kind regards, -Steve Comstock The Trainer's Friend, Inc. 303-393-8716 http://www.trainersfriend.com -- to be included in our opt-in list of announcements of -- new courses and other products and services from The -- Trainer's Friend, send an email to [EMAIL PROTECTED] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html
---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

