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

ABM0 abend in Send map command


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

Active User


Joined: 16 Dec 2008
Posts: 132
Location: IBM

PostPosted: Tue Nov 01, 2011 5:46 pm
Reply with quote

Hi There,

Its kind of weired.

Few weeks back I changed a map, and used below commands to see the change
Code:

CECI LOAD PROG('xxx')
CEMT SET PROG('xxx) NEWCOPY
CECI SEND MAP('xxx') MAPSET ('xxx')


Things were good then.

But now I not able to see the map through Send Mapset command, even after re-compiling and loading. Its showing ABM0 abend. Responses to load and newcopy are NORMAL.

I know
Quote:
The Reason for ABM0 is : "The map specified for a basic mapping support request could not be located."
.

But I am able to see the change and map via transaction id (through program which is calling that map).

Can somebody help me in trouble shooting.

I do not have authority to CEDA command.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Tue Nov 01, 2011 7:23 pm
Reply with quote

Make sure that your "MAP" matches that of the label assigned to DFHMDI and your "MAPSET" matches that of the label assigned to DFHMSD.

That's about all I can think of....

Mr. Bill
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Nov 01, 2011 7:28 pm
Reply with quote

Code:
CECI LOAD PROG('xxx')
CEMT SET PROG('xxx) NEWCOPY


odd that the above command sequence worked the way You described...
rough explanation
the CECI LOAD would bump the use count
the SET NEWCOPY should <fail> because of non 0 use count

something fishy going on around here
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Tue Nov 01, 2011 8:11 pm
Reply with quote

Quote:
the CECI LOAD would bump the use count
the SET NEWCOPY should <fail> because of non 0 use count


While the sequence used doesn't make sense, I believe the NEWCOPY will work because the current-use-count as opposed to use-count is zero.

Garry.
Back to top
View user's profile Send private message
Dsingh29

Active User


Joined: 16 Dec 2008
Posts: 132
Location: IBM

PostPosted: Tue Nov 01, 2011 8:23 pm
Reply with quote

Thanks All for your responses.

I was just doing Trial and Error method, I was able to see screen with command CECI SEND MAP('xxxxxxx'), without giving mapset name.

FYI... I was using MAPSET name as given in DFHMSD.

I am not able to figure out the root cause of this problem.
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: Tue Nov 01, 2011 9:41 pm
Reply with quote

What does this command show?
Code:
CEMT I PROG('mapsetname')
Back to top
View user's profile Send private message
Dsingh29

Active User


Joined: 16 Dec 2008
Posts: 132
Location: IBM

PostPosted: Wed Nov 02, 2011 1:12 pm
Reply with quote

Hi Robert,

Quote:

What does this command show? Code:
CEMT I PROG('mapsetname')


This commad shows:
Code:
STATUS:  RESULTS - OVERTYPE TO MODIFY                 
 Prog(XXXXXX ) Leng(0000000000)     Map Ena Pri Req 
    Res(000) Use(0000000000)             Qua Cic     


Response : NORMAL
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Nov 02, 2011 2:38 pm
Reply with quote

CEMT I is short for CEMT INQUIRY.

that you received Leng(0000000000) should tell you that the map is not there,
it is just an item in a list.
the module does not exist - which is what the ABMO is telling you.


try CEMT SET NEW PROG(xxx)
Back to top
View user's profile Send private message
Dsingh29

Active User


Joined: 16 Dec 2008
Posts: 132
Location: IBM

PostPosted: Wed Nov 02, 2011 5:20 pm
Reply with quote

Hi,
Thanks dbz, its working perfectly now. icon_cool.gif
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts LTJ command CA Products 4
Search our Forums:

Back to Top