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

Error: REQUESTED PROGRAM 'XXXX' IS IN USE


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ariesvinu

New User


Joined: 29 Jul 2005
Posts: 2

PostPosted: Fri Aug 11, 2006 1:19 pm
Reply with quote

am getting follwoing error message


when i am doing

newc XXXX

REQUESTED PROGRAM 'XXXX' IS IN USE..TRY LATER
SYSID=YYYY

i have verified the
cemt i task


but cound't get any transaction that corresponds to my program name


i have even tries to release the program...with following command

ceci rel prog(XXXX)

getting follwong error message

REL PROG(XXXX)
STATUS: COMMAND EXECUTION COMPLETE NAME=

EXEC CICS RELease
Program( 'XXXX' )


RESPONSE: INVREQ EIBRESP=+0000000016
EIBRESP2=+0000000007
PF 1 HELP 2 HEX 3 END 4 EIB 5 VAR 6 USER 7 SBH 8 SFH 9 MSG 10 SB 11 SF


please help me asap .....
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sat Aug 12, 2006 12:52 am
Reply with quote

By using NEWC, I assume you are using Xpediter. Also, I assume you used Xpediter previously to debug that program.

It might be that the program is still in use by Xpediter, since Xpediter keeps source + load until you tell it to free them, or until CICS is brought down.

Go into Xpediter, and then press PF3. Put 'yes' and tell it to free all programs.

O.
Back to top
View user's profile Send private message
ariesvinu

New User


Joined: 29 Jul 2005
Posts: 2

PostPosted: Sat Aug 12, 2006 6:45 am
Reply with quote

but how can we go to an xp session, which was previously started....if ppreviously the session got disconnected due to some network problem
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sat Aug 12, 2006 11:27 am
Reply with quote

That's shows even more that the program is still in use by Xpediter. If it eneded abnormally, you might need to restart your CICS.

O.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top