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

Mapset name could not be deleted


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Madhanlal
Currently Banned

New User


Joined: 21 Apr 2007
Posts: 23
Location: Chennai

PostPosted: Wed Mar 12, 2008 2:31 pm
Reply with quote

Hi
I am new to CICS.

I created a map in mapset name BATXXM. I compiled and executed it. It worked fine. Tested in CICS with the help of CECI SEND ................

Now i made some changes to the map macro. I tried to compile and execute tat again. I could not as it is using the previous load.
So i deleted the mapset load from the common loadlib.

Then i tried to execute it again. It is still using the same old load. I used SET PROG(mapset name) NE .

I m getting the error INVREQ.

Can anyone help me in this issue?

TIA


Warning: Title edited from: cud nt e deleted
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu Mar 13, 2008 3:03 am
Reply with quote

Now i made some changes to the map macro. I tried to compile and execute tat again. I could not as it is using the previous load.
So i deleted the mapset load from the common loadlib.

please explain what do you mean by "I could not as it is using the previous load" ?

when you made changes , did it re-assemble ok ?
Back to top
View user's profile Send private message
vasanthkumarhb

Active User


Joined: 06 Sep 2007
Posts: 275
Location: Bang,iflex

PostPosted: Thu Mar 13, 2008 9:55 am
Reply with quote

Hi..........

You can make number of changes to the MAP, there is no need to worry.
After compilation the changed load module will be replaced by the old load module. I dont know, what made you to delete the old loadmodule???

after this come to CICS region and set the program as below.

Code:
CEMT SET PROG(PROG_NAME) NE


And send the map......

Code:
CECI SEND MAP(MAP-NAME) MAPSET(MAPSET-NAME) GROUP(NAME)


this will surely work for you...
Back to top
View user's profile Send private message
Madhanlal
Currently Banned

New User


Joined: 21 Apr 2007
Posts: 23
Location: Chennai

PostPosted: Thu Mar 13, 2008 10:45 am
Reply with quote

Hi Vasanth
I tried SET PROG(PROG_NAME) NE.

But i am getting INVREQ error
Back to top
View user's profile Send private message
vasanthkumarhb

Active User


Joined: 06 Sep 2007
Posts: 275
Location: Bang,iflex

PostPosted: Thu Mar 13, 2008 10:52 am
Reply with quote

Madhanlal.


Hey try to give the program name and MAPSET name same. then compile your map, then set the program. Let me know .........
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Fri Mar 14, 2008 8:20 am
Reply with quote

I tried SET PROG(PROG_NAME) NE.

CEMT doesn't like NE.

Why don't you try SET PROG(PROGNAME) NEW


if that doesn't work, please cut / paste copy of the screen
showing INVREQ error
Back to top
View user's profile Send private message
chituswain

New User


Joined: 01 Apr 2008
Posts: 3
Location: PPT

PostPosted: Thu Apr 10, 2008 12:22 pm
Reply with quote

Please try to define and install the map once again using CEDA.
Back to top
View user's profile Send private message
vasanthkumarhb

Active User


Joined: 06 Sep 2007
Posts: 275
Location: Bang,iflex

PostPosted: Thu Apr 10, 2008 12:43 pm
Reply with quote

Hi

chituswain wrote:
Please try to define and install the map once again using CEDA.


INVREQ Error is not because of undefining of MAP and Mapset, due to absence of load in loadlib, he has to check for ERRORS in spool for newly changed macro,if any.

and Compilation of macro should be succsessfull with out errors.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Sat Apr 12, 2008 12:31 am
Reply with quote

Madhanlal,

please cut / paste copy of the screen
showing INVREQ error
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 How to list BMS MAP screens in BMS Ph... CICS 2
No new posts RACF- How to find the Last access of ... All Other Mainframe Topics 7
No new posts loading a Modified Mapset CICS 2
No new posts Count the number of rows updated or d... DB2 6
No new posts Already written data in VSAM got dele... JCL & VSAM 6
Search our Forums:

Back to Top