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

Naming of Symbolic MAP.


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

New User


Joined: 17 May 2005
Posts: 27
Location: Pune, India.

PostPosted: Mon Feb 27, 2006 12:54 pm
Reply with quote

Hi all,

From my understanding, names of Physical and Symbolic maps generated after assembling the macros is same as that of MAPSET.

But in my shop I am seeing that name of symbolic map is that of MAP(DFHMDI) and not of MAPSET.

Could someone throw some light on this and correct my understanding.


Regards,
Asif
Back to top
View user's profile Send private message
raghunathns

Active User


Joined: 08 Dec 2005
Posts: 127
Location: rochester

PostPosted: Mon Feb 27, 2006 7:10 pm
Reply with quote

there may be more than one map in mapset.
Back to top
View user's profile Send private message
Asif Iqbal

New User


Joined: 17 May 2005
Posts: 27
Location: Pune, India.

PostPosted: Tue Feb 28, 2006 10:42 am
Reply with quote

Thats very true.

But we know that in case of , say 3 maps in one mapset, the symbolic map(copybook) has 3 '01-level' entries with the last two REDEFINED on the first one.

Now I am wondering what would be the name of such a symbolic map. It should be mapset name, i think.

Or is it so that at the time of compiling a macro we can choose to create seperate copybooks for different maps in the mapset.


Regards,
Asif
Back to top
View user's profile Send private message
ranjitbhingare

New User


Joined: 30 Nov 2005
Posts: 94
Location: PUNE

PostPosted: Tue Feb 28, 2006 11:14 am
Reply with quote

Hi,

When you compile your MAP BMS Macro program there is one DD statement in your JCL
//CSYM.SYSLIN DD DISP=SHR,DSN=

So whatever DSN you specify here will be your symbolic Map name.

You must have your mapname there as DSN

Correct me if I am wrong !

Regards,
Ranjit...
Back to top
View user's profile Send private message
Asif Iqbal

New User


Joined: 17 May 2005
Posts: 27
Location: Pune, India.

PostPosted: Tue Feb 28, 2006 12:53 pm
Reply with quote

Hi Ranjit,

Quote:
You must have your mapname there as DSN


Which mapname if there are more than one maps in a mapset?



Regards,
Asif
Back to top
View user's profile Send private message
shivani_tech
Warnings : 2

New User


Joined: 08 Jan 2006
Posts: 22
Location: UNITED KINGDOM

PostPosted: Sat Mar 25, 2006 1:43 pm
Reply with quote

hi always during compilation we give the name of mapset rather than map
Back to top
View user's profile Send private message
arunjosephaj

New User


Joined: 21 Mar 2006
Posts: 20
Location: India

PostPosted: Wed May 17, 2006 12:08 pm
Reply with quote

We have to give the mapset name as input to the JCL.. The output can be anything.. even ur name.. check ur compile JCL Asif.. See wht name has been given there.. it will be the name of the copybook..
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 pass data as symbolic parameter from ... CLIST & REXX 2
No new posts passing symbolic parameters through d... JCL & VSAM 3
No new posts Naming a newly opened screen using REXX CLIST & REXX 2
No new posts Can we pass the value of Symbolic par... JCL & VSAM 5
No new posts File data to symbolic parameter JCL & VSAM 5
Search our Forums:

Back to Top