Nabanita Das Beginner
Joined: 09 Nov 2005 Posts: 33 Topics: 10
|
Posted: Tue Apr 04, 2006 11:32 am Post subject: S0C4 abend |
|
|
Hi all,
I am facing one S0C4 abend while running a COBOL program. I found out that the problematic statement is a READ. But unable to determine why that is happening.
Pasting the abend message I am getting
IEF450I TSTA116L SABBLR1A JOBSTEP2 - ABEND=S0C4 U0000 REASON=00000004 164
TIME=11.01.18
STEPNAME PROGRAM CCODE CPU TIME USED PAGE INS SWAPS ST
L SABBLR1A SABPLU2A S 0C4 0:00:02.24 0 0
$PI(66 )
$TA,T=11.02,'$SI(66 )'
IPCA001I TSTA116L SYSTEM ABEND JES2 INIT 66 RESTARTING
IEF404I TSTA116L - ENDED - TIME=11.01.19
In this program we trying to open a file in I-o mode and rewriting a particular field.
Please guide. |
|