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

Regarding New Mapset..


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

New User


Joined: 03 Aug 2009
Posts: 25
Location: Singapore

PostPosted: Wed Sep 21, 2011 1:08 pm
Reply with quote

Hi All
I have coaded a new map. I want to view the map in CICS with out any data

In CICS, I have
1. NEWCOPYed the map load.
2. DEFINEd the MAPSET in CICS.
Do I need to install MAPSET in CICS?

While trying to send map using the command: CECI SEND MAP(ABCD) MAPSET(XYZ0) but i am getting the below error message:

CECI SEND MAP(ABCD) MAPSET(XYZ0)
STATUS: COMMAND EXECUTION COMPLETE NAME=
EXEC CICS SENd Map( 'ABCD ' )
<< FROm() > < LEngth() > < DAtaonly > | MAPOnly >
< MAPSet( 'XYZ0 ' ) >
< FMhparm() >
< Reqid() >
< LDc() | < ACTpartn() > < Outpartn() > >
< MSr() >
< Cursor() >
< Set() < MAPPingdev() > | PAging | Terminal < Wait > < LAst > >
< PRint >
< FREekb >
< ALArm >
< L40 | L64 | L80 | Honeom >
< NLeom >
< ERASE < DEfault | ALTernate > | ERASEAup >
< ACCum >
< FRSet >
< NOflush >

RESPONSE: ABEND APCT EIBRESP=+0000000000 EIBRESP2=+0000000000
PF 1 HELP 2 HEX 3 END 4 EIB 5 VAR 6 USER 7 SBH 8 SFH 9 MSG 10 SB 11 SF
Back to top
View user's profile Send private message
Dsingh29

Active User


Joined: 16 Dec 2008
Posts: 132
Location: IBM

PostPosted: Wed Sep 21, 2011 1:12 pm
Reply with quote

Hi There,

I use these 3 commands in sequence and they always do favour for me:

Code:

CECI LOAD PROG('XXXXXX')
CEMT SET PROG('XXXXXX') NEWCOPY
CECI SEND MAP('XXXXXX') MAPSET ('XXXXXXXX')
Back to top
View user's profile Send private message
samimaktar

New User


Joined: 03 Aug 2009
Posts: 25
Location: Singapore

PostPosted: Wed Sep 21, 2011 2:11 pm
Reply with quote

Thanks Singh.

I tried all the three point as you mentioned and same eror message:

CECI SEND MAP('ABCD') MAPSET ('XYZ0')
STATUS: COMMAND EXECUTION COMPLETE NAME=
EXEC CICS SENd Map( 'ABCD ' )
<< FROm() > < LEngth() > < DAtaonly > | MAPOnly >
< MAPSet( 'XYZ0 ' ) >
< FMhparm() >
< Reqid() >
< LDc() | < ACTpartn() > < Outpartn() > >
< MSr() >
< Cursor() >
< Set() < MAPPingdev() > | PAging | Terminal < Wait > < LAst > >
< PRint >
< FREekb >
< ALArm >
< L40 | L64 | L80 | Honeom >
< NLeom >
< ERASE < DEfault | ALTernate > | ERASEAup >
< ACCum >
< FRSet >
+ < NOflush >


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


Do i need to restart the CICS region to reflect the change?

Thanks & Regards,
Samim
Back to top
View user's profile Send private message
Dsingh29

Active User


Joined: 16 Dec 2008
Posts: 132
Location: IBM

PostPosted: Wed Sep 21, 2011 2:39 pm
Reply with quote

Please go through the below link and try to trouble shoot.

ibmmainframes.com/about3315.html
Back to top
View user's profile Send private message
samimaktar

New User


Joined: 03 Aug 2009
Posts: 25
Location: Singapore

PostPosted: Wed Sep 21, 2011 2:40 pm
Reply with quote

Thanks Singh
I can see the MAPSET status is enable in CICS and still giving the same error message:

OBJECT CHARACTERISTICS CICS RELEASE = 0640
CEDA View Mapset( XYZ0 )
Mapset : XYZ0
Group : CMS1
Description : TEST MAPSET
REsident : No No | Yes
USAge : Normal Normal | Transient
USElpacopy : No No | Yes
Status : Enabled Enabled | Disabled
RSl : 00 0-24 | Public
Back to top
View user's profile Send private message
Dsingh29

Active User


Joined: 16 Dec 2008
Posts: 132
Location: IBM

PostPosted: Wed Sep 21, 2011 3:39 pm
Reply with quote

Hi There,

I see that your Mapset and Map name are different, can you please test by giving same name to both of them.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Wed Sep 21, 2011 4:27 pm
Reply with quote

Quote:
In CICS, I have
1. NEWCOPYed the map load.
2. DEFINEd the MAPSET in CICS.
Do I need to install MAPSET in CICS?
If this is a brand-new, never before defined mapset, then you must define it using CEDA / CEDB and install the mapset before you can use it. If you don't do that, you'll get an APCT abend indicating you are attempting to use a mapset that is not defined to CICS. If the group the mapset is in does not get automatically installed as part of CICS startup, you must do the install every time CICS has come down and back up, as well.
Back to top
View user's profile Send private message
samimaktar

New User


Joined: 03 Aug 2009
Posts: 25
Location: Singapore

PostPosted: Thu Sep 22, 2011 6:49 pm
Reply with quote

Hi All
Now it is working fine and I am wondering how it is possible...!!!
If I use CECI SEND MAP(ABCD) instead of CECI SEND MAP(ABCD) MAPSET(XYZ0), then I am able to view the map in CICS.
I do not know why it is not workinh with CECI SEND MAP(ABCD) MAPSET(XYZ0).


Regards,
Samim
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Sep 22, 2011 7:41 pm
Reply with quote

Some times when Robert replies in CICS threads, this kind of magics happen!
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Thu Sep 22, 2011 11:01 pm
Reply with quote

Quote:
I do not know why it is not workinh with CECI SEND MAP(ABCD) MAPSET(XYZ0).
The MAPSET name must match what was coded in the source, and the MAPSET name is what is defined to CICS. If you're using SEND MAP(ABCD) MAPSET(XYZD) then you need a program entry for XYZD, not ABCD.
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 loading a Modified Mapset CICS 2
No new posts Map and Mapset CICS 4
No new posts Include Map to Mapset CICS 1
No new posts OCCURS in CICS MAP & MAPSET CICS 3
Search our Forums:

Back to Top