>SCEELKED contains SETENV and PUTENV. 'setenv' may be in SCEELKED, but that does not help the dynamic call case, where the call would be resolved at runtime, not link time.
You cannot call lower case names dynamically from COBOL at this time. The dynamic call routine 'normalizes' all names, including setting to upper case. We need to change this at some point, but for now, no dynamic calls to lower-case named subroutines. Can you change your call to a static call? Cheers, TomR >> COBOL is the Language of the Future! << ---------------------------------------------------------------------- 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

