View previous topic :: View next topic |
Author |
Message |
vamsikrishna Beginner
Joined: 10 Apr 2006 Posts: 2 Topics: 1
|
Posted: Tue Apr 25, 2006 12:15 am Post subject: Acceptable methods in CICS for creating dumps |
|
|
We are in the process of making some upgrades to our CICS regions and an issue that has come up is 31-bit Cobol CICS programs that contain static calls to 24-bit Assembler programs. Specifically we have a number of programs that are issuing static calls to DUMP.
DUMP is an obsolete 24 bit abend routine. CICS programs should NEVER use DUMP or STDABEND to create a dump. There are acceptable methods in CICS for creating dumps: this is not one of them. _________________ Thanks,
Vamsi Krishna G |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Tue Apr 25, 2006 12:46 am Post subject: |
|
|
In my opinion you should avoid having dumps taken unless absolutely necessary. Dumps impact the performance of your system dramatically! |
|
Back to top |
|
 |
vamsikrishna Beginner
Joined: 10 Apr 2006 Posts: 2 Topics: 1
|
Posted: Tue Apr 25, 2006 1:16 am Post subject: |
|
|
I am sorry. I think i was not clear the last when i posted the Question.
My requirement is to get the Dump
Are there any acceptable methods in CICS for creating dumps other than DUMP or STDABEND since CICS programs should never use DUMP or STDABEND _________________ Thanks,
Vamsi Krishna G |
|
Back to top |
|
 |
|
|