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

how to delete the program & transid from a particular gr


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ritesh pandey

New User


Joined: 09 Feb 2007
Posts: 11
Location: Pune

PostPosted: Mon Nov 17, 2008 6:07 pm
Reply with quote

How to delete the resource entry from a partcular grroup.

Supose i defined & installed the following item in one group.

CEDA DEF MAPSET(Mapset-name) G(GRR)
CEDA INS MAPSET(Mapset-name) G(GRR)

CEDA DEF PROG(Prog-name) G(GRR)
CEDA INS PROG(Prog-name) G(GRR)

CEDA DEF TRANS(GRRR) G(GRR)
CEDA INS TRANS(GRRR) G(GRR)

Now i want to change the trans id for Program from the group GRR.

Please let me know how can i delete the previous transid ie GRRR from group GRR.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Nov 17, 2008 6:20 pm
Reply with quote

I've got to ask -- did you try
Code:
CEDA DEL TRANS(GRRR) G(GRR)
Back to top
View user's profile Send private message
ritesh pandey

New User


Joined: 09 Feb 2007
Posts: 11
Location: Pune

PostPosted: Mon Nov 17, 2008 6:54 pm
Reply with quote

Thanks Robert ..

CEDA DEL TRANS(GRRR) G(GRR)
It's Working .
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DELETE SPUFI DB2 1
No new posts Duplicate transid's declared using CEDA CICS 3
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top