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

what is U0073 ABEND IN IMS DB/DC


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajesh.sadhanala

New User


Joined: 24 Feb 2005
Posts: 5
Location: India

PostPosted: Sat May 07, 2005 11:55 am
Reply with quote

i am trying to read a record from IMS database but I am getting this error. Can I read a record from IMS, if the PROCOPT = AP is mentioned in the PCB of an PSB
Back to top
View user's profile Send private message
rajesh.sadhanala

New User


Joined: 24 Feb 2005
Posts: 5
Location: India

PostPosted: Sun May 08, 2005 12:52 pm
Reply with quote

please help me.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Tue May 17, 2005 7:19 pm
Reply with quote

Quote:
what is U0073 ABEND IN IMS DB/DC


User defined Abend, Please check your system manuals for the description of the abend code. Or check in Job Log about the messages you are getting after running that program.

Quote:
Can I read a record from IMS, if the PROCOPT = AP is mentioned in the PCB of an PSB


Think for reading, In PROCOPT Option, Primary Value should be G instead of A.

PROCOPT=GOP can be used for this.

Regards,

Priyesh.
Back to top
View user's profile Send private message
subhasis_50

Moderator


Joined: 09 Mar 2005
Posts: 363
Location: Earth

PostPosted: Wed May 18, 2005 4:49 pm
Reply with quote

Hi,
This abend is coming due to insufficient log datasets.
Please refer the following:

An insufficient number of valid log data sets exists at online initialization or restart time. IMS online requires at least 3 online log data sets (OLDS) and 1 write-ahead log data set (WADS). If DBRC is not active, the required IEFRDER DD statement was missing. If DBRC is active, either the IEFRDER DD statement was missing or was specified as DD DUMMY OR DSN=NULLFILE (null data set). Register 15 contains a reason code. For the meaning of the code, see IMS/ESA Failure Analysis Structure Tables (FAST) for Dump Analysis.

Soln: Rerun the job with sufficient valid DD statements for the required log data sets.

I think you can read a segment which has Processing option as A. That indicates this segment u can replace.
Back to top
View user's profile Send private message
santhakumar

New User


Joined: 16 May 2005
Posts: 4
Location: chennai

PostPosted: Thu May 19, 2005 8:54 am
Reply with quote

Hi,

This is a user abend .

Abend Info:
An insufficient number of valid log data sets exists at
online initialization or restart time. IMS online requires at least 3
online log data sets (OLDS) and 1 write-ahead log data set (WADS).

If DBRC is not active, the required IEFRDER DD statement was missing.

If DBRC is active, either the IEFRDER DD statement was missing or was
specified as DD DUMMY OR DSN=NULLFILE (null data set). Register 15
contains a reason code. For the meaning of the code, see IMS Version 8:
Failure Analysis Structure Tables (FAST) for Dump Analysis, LY37-3743.

System Action: IMS terminates abnormally

Programmer Response: You have to rerun the job with sufficient valid DD statements for the required log data sets
Back to top
View user's profile Send private message
rajesh.sadhanala

New User


Joined: 24 Feb 2005
Posts: 5
Location: India

PostPosted: Thu May 19, 2005 11:47 pm
Reply with quote

This abend is due to insufficient priviledges for procession options in production. I cannot update the production IMS database since the procopt is AP. The solution is to point to the test database or to use the psb where procopt is GOP.

Thanks for ur replies
Back to top
View user's profile Send private message
sudheer648

New User


Joined: 23 May 2005
Posts: 97
Location: Chennai

PostPosted: Tue May 31, 2005 11:06 am
Reply with quote

Hi Rajesh,

Can you what stands for PROCOPT of GOP stands for

G- for GEt and OP stands for what.


Thanks in advance.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Thu Jun 16, 2005 5:01 pm
Reply with quote

PROCOPT Defines the type of access to a database or segment. PROCOPTs can be used on the PCB or SENSEG statements.

Quote:
Can you what stands for PROCOPT of GOP stands for


G - read only

O P are Secondary PROCOPT codes:

O - get only, does not lock data when in use
P - must be used if program will issue path call using the D command code

Regards,

Priyesh
Back to top
View user's profile Send private message
haronrasheed

New User


Joined: 27 Dec 2007
Posts: 4
Location: Chennai

PostPosted: Sun Feb 10, 2008 4:36 pm
Reply with quote

I too encountered U0073 ABEND and learned that the JOb I submitted needed BACKOUT step.

Try.


//BACKOUT EXEC PGM=DFSRRC00,
// PARM='DLI,DFSBBO00,<PSB-name>,,,,,,,,,,,<DBRC-Value>',
// COND=((0,EQ,<step-name where ims-pgm is executed>),EVEN)
//IMS DD DSN=<DBDLIB>,DISP=SHR
// DD DSN=<PSBLIB>,DISP=SHR
//*
//DFSRESLB DD DSN=<RESLIB>,DISP=SHR
//DFSVSAMP DD DSN=<PROCLIB>(DFSMIXED),DISP=SHR
//IMSLOGR DD DSN=<LOGR-file>,
// DISP=SHR
//*
//IEFRDER DD DSN=<LOG-BACKOUT file>,
// DISP=(,CATLG,CATLG),
// UNIT=
// SPACE=
// DCB=

File in IMSLOGR mentioned is the one created in the previous step which executes IMS-Pgm. It is mentioned in DSN of IEFRDER.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Mon Feb 11, 2008 9:44 pm
Reply with quote

Processing option A indicates "all".
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 9
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top