> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Tom Ross > Sent: Tuesday, February 12, 2008 12:15 PM > To: [email protected] > Subject: Re: Two COBOL questions > > > >I think you have a bug in your call to CEEENV. You have: > > > >> call 'ceeenv' using update-req, six, file-name, > >> val-length, val-ptr, fc > > > >call 'ceeenv' using update-req, six, file-name, > > val-length, env-val, fc > > > > John, > > Steve is right, his example is correct and yours is not. > LE wants an address of an address of the env var value. > The LE books says the environment name should also be an > address of an address but the books are wrong. I will get > them fixed. I was just coding calls to CEEENV to update > my SHARE presentation 'Got COBOL' yesterday and running > tests on this very service! > > Cheers, > TomR >> COBOL is the Language of the Future! <<
Thanks. I guess I trust the manuals too much. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

