0370 Abend
-
- Posts: 3
- Joined: Mon Jan 04, 2010 3:48 pm
- Skillset: COBO,JCL,DB2,REXX
- Referer: FRIEND
- Location: New Delhi
0370 Abend
Hi Please any body explain me why the 0370 error will occur and whats the solution for it.
-
- 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
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.
-
- 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
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.
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.
-
- Posts: 12
- Joined: Sat Feb 13, 2010 1:41 pm
- Skillset: cobol,jcl,db2,cics,vsam
- Referer: google
Re: 0370 Abend
the 0370 abend is
for 03(minor)
FIND/OBTAIN
for 70(major)
"The database or journal file will not ready properly"
for 03(minor)
FIND/OBTAIN
for 70(major)
"The database or journal file will not ready properly"
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0
- 2131
-
by MainframeCoder
View the latest post
Thu Oct 14, 2021 6:13 am
-
- 0
- 1802
-
by bwissink
View the latest post
Thu Sep 02, 2021 10:04 pm
-
- 3
- 1790
-
by Blackthorn
View the latest post
Fri Mar 05, 2021 9:34 pm