IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error "STATUS IS 01 FILE STATUS 90"


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
krisprems

Active Member


Joined: 27 Nov 2006
Posts: 649
Location: India

PostPosted: Tue Nov 13, 2007 11:41 am
Reply with quote

While running a COBOL program am facing this error
SYSOUT:
Code:
* * ABORT CAUSED BY                                           
I-O ERROR IN PROCEDURE PIPTFV  -- STATUS IS 01  FILE STATUS 90
CEE3211S The system detected a decimal-divide exception (System Completion Code=0CB).
         From compile unit PPPABT at entry point PPPABT at statement 96 at compile unit offset +00000394 at entry       
offset +00000394 at address 16AC5E64.
<> LEAID ENTERED (LEVEL 11/10/2005 AT 17.17)
<> LEAID PROCESSING COMPLETE. RC=0           


How to solve this ?
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Nov 13, 2007 11:44 am
Reply with quote

KrisPrem,

Quote:
The system detected a decimal-divide exception (System Completion Code=0CB).


Quote:
System ABEND: S0CB

Description: This ABEND is caused by a decimal divide exception. A
quotient exceeds the specified data field size.

User Action: Dividing by zero is the most common cause of this ABEND.
Correct the program logic error that caused the divide
exception and resubmit the job.
(Reason Code B)
Back to top
View user's profile Send private message
krisprems

Active Member


Joined: 27 Nov 2006
Posts: 649
Location: India

PostPosted: Tue Nov 13, 2007 12:51 pm
Reply with quote

my concern was
Code:
I-O ERROR IN PROCEDURE PIPTFV  -- STATUS IS 01  FILE STATUS 90
Back to top
View user's profile Send private message
jmreddymca
Warnings : 1

New User


Joined: 14 Oct 2007
Posts: 29
Location: Bangalore

PostPosted: Tue Nov 13, 2007 4:18 pm
Reply with quote

can you check it once is the value divided by zero ?????????
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Nov 13, 2007 4:21 pm
Reply with quote

Reddy,

Quote:
can you check it once is the value divided by zero ?????????


KrisPrems is not concerned with the above (follow the topic) ....... he wanted to know the resolution for VSAM i/o error.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Tue Nov 13, 2007 4:32 pm
Reply with quote

krisprems wrote:
my concern was.......STATUS IS 01 FILE STATUS 90
Add the additional file status bytes and get the full explaination....
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 2
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
Search our Forums:

Back to Top