Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Mapset name could not be deleted

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
Madhanlal
Warnings : 1

New User


Joined: 21 Apr 2007
Posts: 11
Location: Chennai

PostPosted: Wed Mar 12, 2008 2:31 pm    Post subject: Mapset name could not be deleted
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
References
PostPosted: Wed Mar 12, 2008 2:31 pm    Post subject: Re: Mapset name could not be deleted Reply with quote

Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 122

PostPosted: Thu Mar 13, 2008 3:03 am    Post subject:
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

Senior Member


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

PostPosted: Thu Mar 13, 2008 9:55 am    Post subject:
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
Warnings : 1

New User


Joined: 21 Apr 2007
Posts: 11
Location: Chennai

PostPosted: Thu Mar 13, 2008 10:45 am    Post subject: Reply to: Mapset name could not be deleted
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

Senior Member


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

PostPosted: Thu Mar 13, 2008 10:52 am    Post subject:
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: 122

PostPosted: Fri Mar 14, 2008 8:20 am    Post subject:
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    Post subject:
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

Senior Member


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

PostPosted: Thu Apr 10, 2008 12:43 pm    Post subject:
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: 122

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

Madhanlal,

please cut / paste copy of the screen
showing INVREQ error
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1