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

How to call for different maps with in a single mapset


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

New User


Joined: 21 Mar 2007
Posts: 2
Location: chennai

PostPosted: Thu Apr 12, 2007 4:50 pm
Reply with quote

how to call for different maps with in a single mapset? and how many maps can be called like that ? please reply regards shunmugam
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Apr 12, 2007 4:57 pm
Reply with quote

Each map in the mapset has its own name, when you specify a map, you specify it first by the mapset name and then by the map name.
How many? Pretty much as many as you can stuff into the mapset.
Back to top
View user's profile Send private message
divya_maddi

New User


Joined: 03 Nov 2005
Posts: 33

PostPosted: Fri Apr 20, 2007 4:16 pm
Reply with quote

I am not sure of exactly whay you mean by calling maps, but if you mean sending different maps of the same mapset, use the following command:
Code:
CECI SEND MAP(MAPNAME) MAPSET(MAPSET NAME)
Back to top
View user's profile Send private message
TG Murphy

Active User


Joined: 23 Mar 2007
Posts: 148
Location: Ottawa Canada

PostPosted: Thu Apr 26, 2007 12:12 am
Reply with quote

Here in Canada all our mapsets contain 2 maps - an English version and a French version of the same map.

Divya showed you the correct command to use.
Back to top
View user's profile Send private message
munikumar
Currently Banned

New User


Joined: 18 Apr 2007
Posts: 24
Location: India

PostPosted: Thu Apr 26, 2007 12:15 pm
Reply with quote

You can define 'n' number of maps with in a mapset. A mapset is a logical name given to the set of related maps.

while defining a map in PCT, using CEDA as below:
CEDA DEF MAP(mapname) MAPSET(mapsetname)

In this way we can associate n number of maps to a single mapset.

In the same way, while sending and/or receiving we have command as below:
SEND MAP(mapname) MAPSET(mapsetname)
RECEIVE MAP(mapname) MAPSET(mapsetname)

Regards
Munikumar G
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 append a PS file into multiple... JCL & VSAM 3
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Convert single row multi cols to sing... DFSORT/ICETOOL 6
Search our Forums:

Back to Top