LE Task termination ECB

2010-01-04 Thread Saravanan J
Is there a way to get LE user abends U4083/U4082 in an ECB? My application is this, I have an Assembler program (Non-LE). This attaches a C++ pgm (LE). When I run with heapchk(on) I get U4082 abend. The problem here is the C++ task doesnt get ended as the U4042 return code is not present in

CEL4MCHK report

2009-12-16 Thread Saravanan J
We used VHM to detect memory leaks and got few entries which had the following, Unmatched ALLOCATE of 11848 bytes at address 0x3927C028 - sequence 59311 Called from: 366aaaf8 +00d2 MemAlloc Called from: 366aa9e0 +00c6

CEE3RPH equivalent for VHM

2009-12-14 Thread Saravanan J
I used _CEE_HEAP_MANAGER=CEL4MCHK to get Heap storage leak report. The problem with the report is it always gives the enclave name as main as shown below HEAP LEAK REPORT for enclave main, termination report . In my application we have many enclaves created. Now from the report we are not able

Re: SVC99

2008-05-05 Thread Saravanan J
Hi All, Thanks for all the comments on this issue so far. I believe this situation must have been encountered in most of the installations. Our objective is to device a solution that waits for Shared access of catalog rather than fail during allocation as it happens during the Catalog

Re: SVC99

2008-05-04 Thread Saravanan J
To reconfirm again, the load module is authorised (AC=1) and we did not break the authorisation by coding STEPLIB. I found few interesting things related to wait on SVC 99 today, The program XYZ uses SVC 99 in two different places (both using the same allocation request block allocation

Re: SVC99

2008-05-04 Thread Saravanan J
I think Tom Schmidt has already given the reason for SVC 99 wait failure due to SYSVSAM. And my previous message proves the fact that SVC 99 wait works fine with SYSDSN only. -- For IBM-MAIN subscribe / signoff / archive access

SVC99

2008-05-03 Thread Saravanan J
Hi, In one of our programs say XYZ, we are accessing USER catalog by dynamically allocating the Catalog using SVC 99 (in shared access mode) to get some dataset related information from the catalog. Before this dynamic allocation we are actually turning-on all the wait bits

Re: SVC99

2008-05-03 Thread Saravanan J
Yes the program is authorised. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at