anettis Beginner

Joined: 08 Nov 2004 Posts: 15 Topics: 5
|
Posted: Mon Nov 08, 2004 12:35 pm Post subject: Using COBOL DISPLAY under CICS |
|
|
Hi. I have been doing a lot of batch and on-line debugging over the past month. I accidentally slipped a COBOL DISPLAY verb into an on-line program I was testing. Historically I recall the use of DISPLAY is not allowed (per IBM) within CICS since it invokes O/S services that essentially interrupt the entire CICS address space. Once the compile completed I decided, just for fun, to see how the DISPLAY would be handled (in a test region). I basically DISPLAY |
|