0370 Abend

Programming support for IDMS(Integrated Database Management System), IDD, IDMS-DC & ADS/Online
Akii
Posts: 3
Joined: Mon Jan 04, 2010 3:48 pm
Skillset: COBO,JCL,DB2,REXX
Referer: FRIEND
Location: New Delhi

0370 Abend

Postby Akii » Fri Jan 22, 2010 2:35 pm

Hi Please any body explain me why the 0370 error will occur and whats the solution for it.

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: 0370 Abend

Postby Robert Sample » Fri Jan 22, 2010 4:26 pm

Is this a user abend (U0370) or system abend (S0370)? For the user abend, find the documentation and look up the error in it. System abends are all documented as well.

sontoo
Posts: 3
Joined: Thu Jun 17, 2010 8:58 pm
Skillset: COBOL, JCL, CICS, VSAM, IDMS, DB2, FILEAID, CA7
Referer: Web search

Re: 0370 Abend

Postby sontoo » Mon Jul 05, 2010 9:17 am

I assume you are talking about an IDMS database abend. In that case the error code explanation is "The database or journal file will not open properly. In a multifile opening, one or more files may not have opened.".

Note that the major code '03' refers to a FIND/OBTAIN statement, i.e., you got this abend when trying to execute a find/obtain statement.
The minor code '70' indicates the error. Check that all the database files required are available to the program.

shindeswap
Posts: 12
Joined: Sat Feb 13, 2010 1:41 pm
Skillset: cobol,jcl,db2,cics,vsam
Referer: google

Re: 0370 Abend

Postby shindeswap » Wed Oct 13, 2010 5:04 pm

the 0370 abend is

for 03(minor)
FIND/OBTAIN

for 70(major)
"The database or journal file will not ready properly"


  • Similar Topics
    Replies
    Views
    Last post