View previous topic :: View next topic |
Author |
Message |
deepa12 Beginner
Joined: 05 Apr 2005 Posts: 131 Topics: 64 Location: chennai
|
Posted: Wed Feb 15, 2006 9:02 am Post subject: odo |
|
|
I have a WS declaration as below
WS-COUNT PIC 9(4)
WS-TAB OCCURS 1 TO 20 TIMES DEPENDING ON WS-COUNT
ideally speaking if i access 21st entry the pgm shud abend with S0C4 But it is not happening
Can you pls tell how it works
As i understand from COBOL Manuals, cobol is not like C which has MALLOC
We are using IBM VS COBOL II Release 4.0 09/15/92
Pls explain _________________ deepa |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|