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

ICPUMAIN - U4094 Abens


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

New User


Joined: 21 Jul 2006
Posts: 49
Location: California

PostPosted: Thu Nov 29, 2007 5:38 am
Reply with quote

I executed the Below step for Image restoring one of the IMS DB and it is coming down with U4094, I searched in google with some keywords but no luck.

Please let me know where I went wrong

//*
//STEP10 EXEC PGM=ICPUMAIN

//*
//STEPLIB DD DSN=XXXX.XXX.XXX.LOAD,DISP=SHR
// DD DSN=XXXXX.RESLIB,DISP=SHR
//DFSRESLB DD DSN=XXXXX.RESLIB,DISP=SHR
//IMS DD DSN=XXXXX.DBDLIB,DISP=SHR
//PDX DD DUMMY
//*
//SYSUDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//*
//REPORTS DD SYSOUT=*
//*
//TSTA01DB DD DSN=&ENV..IMS.TSTA01DB,DISP=SHR
//DUMP01DB DD DSN=TEST.SHARE.IC.TSTA01DB,DISP=SHR (I created this one)
//*
//TSTA01NX DD DSN=&ENV..IMS.TSTA01NX,DISP=SHR
/DUMP01NX DD DSN=TEST.SHARE.IC.TSTA01NX,DISP=SHR
//*
//ICPSYSIN DD DSN=TEST.CTLCARDS(TEST01),DISP=SHR


Control crad is TEST01
GLBL DBRC(N)
REC DBD(TSTA01DB) DDN(TSTA01DB) DUMP(DUMP01DB)
REC DBD(TSTA01NX) DDN(TSTA01NX) DUMP(DUMP01NX)


Abend Messages
ICPSYSIN,TSTA01DB,TSTA01DB ICPIRECV ESTAE ENTERED (ICP)
XTNT ICPSYSIN,TSTA01DB,TSTA01DB TASK ABENDED S0000 U4094 (ICP)
DSG ICPSYSIN,TSTA01DB,TSTA01DB TASK ABENDED S0000 U4094 (ICP)

STEP10 IMAGERST - ABEND=S000 U4094 REASON=00000FFE 569


Thank you
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Nov 29, 2007 7:57 am
Reply with quote

Hello,

Code:
/DUMP01NX DD DSN=TEST.SHARE.IC.TSTA01NX,DISP=SHR
This looks incorrect.
Back to top
View user's profile Send private message
Archana_MF

New User


Joined: 21 Jul 2006
Posts: 49
Location: California

PostPosted: Thu Nov 29, 2007 8:50 am
Reply with quote

Sorry, that was a typo error while posting here.
In the Job it is '//'

Thanks
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Thu Nov 29, 2007 4:09 pm
Reply with quote

You try to recover the database and the index. Don't know about ICPUMAIN but does this tool allow the databases to be populated or do you have to recreate them?

do you have a manual where
Quote:
IMAGERST - ABEND=S000 U4094 REASON=00000FFE 569
is described?
Back to top
View user's profile Send private message
Archana_MF

New User


Joined: 21 Jul 2006
Posts: 49
Location: California

PostPosted: Thu Nov 29, 2007 10:53 pm
Reply with quote

Hi George,

In the manual there is no Desc for '569' reason code for the U4094 Abend.

About ICPUMAIN, I have sent a mail the Architech for some details on this but as per the comments it says "Image restore of Database to Empty Database"

My Purpose was to Intialize the Database to Zeroes, before the Job Updates the DB.

Thank You.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Fri Nov 30, 2007 12:07 am
Reply with quote

Do I understand right your database should be empty? And was it?
Back to top
View user's profile Send private message
Archana_MF

New User


Joined: 21 Jul 2006
Posts: 49
Location: California

PostPosted: Fri Nov 30, 2007 3:41 am
Reply with quote

Nope, Job is abending with U4094

Is there any other way to Initialize the Database?

Thanks
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Fri Nov 30, 2007 5:34 am
Reply with quote

Yep, a load tool using procopt=l in the pcb. Now 01.03 so I turn in.
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 ABEND=S000 U4094 REASON=00000018 COBOL Programming 5
No new posts ABEND=S000 U4094 ABENDS & Debugging 5
No new posts CEEBINIT,CEEPLPKA & U4094 reason ... ABENDS & Debugging 20
No new posts Abend u4094, u4039 & S0C4 in the ... ABENDS & Debugging 10
No new posts BMC LOADPLUS error: RELOAD - ABEND=S0... IMS DB/DC 2
Search our Forums:

Back to Top