Brian (and John), I've been reading the Cobol and LE books for ILC information. In my z/OS 1.7 LE Writing ILC Applications topic 14.3 there's "Table 61. What Occurs When Non-Language Environment-Conforming Assembler Invokes an HLL Main". for invoking options LOAD and BALR, when LE is up, it says "CEE393 is signaled. You cannot LOAD and BALR a main routine under Language Environment. However, in COBOL, this is supported because the COBOL program would be a subroutine, not a main."
Perhaps I misinterpreted this to mean the Assembler was ok as was. Alan Brian Peterson <[EMAIL PROTECTED]> Sent by: IBM Mainframe Discussion List <[email protected]> 07/06/2006 02:54 PM Please respond to IBM Mainframe Discussion List <[email protected]> To [email protected] cc Subject Re: COBOL Working Storage being reset Is your assembler main program Language Environment-aware (by calling the CEEENTRY macro with MAIN=YES)? If not, then each time the assembler program calls the COBOL program, Language Environment builds a brand new runtime environment for the COBOL program to execute within. This overhead will result in additional CPU cost, as well as the behavior you're seeing. The Assembler main program should be made Language Environment-aware. Check the Enterprise COBOL Migration Guide (GC27-1409) on the LE bookshelf for details. Brian ************************************************************************************** This e-mail message and all attachments transmitted with it may contain legally privileged and/or confidential information intended solely for the use of the addressee(s). If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, forwarding or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message and all copies and backups thereof. Thank you. ************************************************************************************** ---------------------------------------------------------------------- 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

