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

Need info on : CEMT I PROG(for any map)


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

Active User


Joined: 19 Mar 2009
Posts: 206
Location: Globe, India

PostPosted: Wed Apr 03, 2013 7:37 pm
Reply with quote

I am using couple of maps in my COBOL-CICS-DB2 program.
Program is working smoothly with all the functionalities and map executions...

But i observed one dfifference when i do ---
Code:
CEMT I PROG(MAP1)
and hit ENTER
i see type as
Code:
Map

but when i do --
Code:
CEMT I PROG(MAP2)
and hit ENTER
i see type as
Code:
Prog
But i dont see any problem in execution... Everything is working smooth.. Its just my observation...
Even i am unable to ALTER its properties to MAP again using CEDA VI command... icon_sad.gif
Please let me know if i can change that MAP2 type back to 'MAP' from 'Prog'...
Did i go wrong ? Will it create any impact ?
Can i change type from 'Prog' to 'Map' with least impact?

I used SDF tool to create all maps...
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: Wed Apr 03, 2013 7:59 pm
Reply with quote

First, mapsets are also programs so there won't be any issues with the way things are defined.

Second, mapsets and programs are different entries in CEDA so you could delete the PROGRAM definition and create a MAPSET definition, but you cannot change program to mapset or vice versa.
Back to top
View user's profile Send private message
rohanthengal

Active User


Joined: 19 Mar 2009
Posts: 206
Location: Globe, India

PostPosted: Wed Apr 03, 2013 11:33 pm
Reply with quote

This is right... !! thats why i was not facing any issues during execution..
icon_razz.gif
But then was this issue arise while creating mapset using SDF tool ?
OR
While defining CEDA entries for mapsets ?
Back to top
View user's profile Send private message
rohanthengal

Active User


Joined: 19 Mar 2009
Posts: 206
Location: Globe, India

PostPosted: Wed Apr 03, 2013 11:38 pm
Reply with quote

Because i don't see anywhere mentioned as Program or Map while defining and generating map in SDF... icon_redface.gif
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: Wed Apr 03, 2013 11:56 pm
Reply with quote

The difference is due to someone defining a mapset versus someone defining a program in CEDA; this is NOT related to SDF creation of the map. For whatever reason, one (or more) person / people at your site used different options of CEDA -- this is an EXTREMELY minor issue and will not cause any problems as far as I am aware. If this is all you have to be concerned about, you need to get someone to give you more work.
Back to top
View user's profile Send private message
rohanthengal

Active User


Joined: 19 Mar 2009
Posts: 206
Location: Globe, India

PostPosted: Thu Apr 04, 2013 8:38 am
Reply with quote

Thanks Robert...
You are right.. icon_smile.gif
Back to top
View user's profile Send private message
rohanthengal

Active User


Joined: 19 Mar 2009
Posts: 206
Location: Globe, India

PostPosted: Thu Apr 04, 2013 8:45 am
Reply with quote

So, as per my understanding there are 2 ways to go ahead ---
1. if i do
Code:
CEDA DEFINE MAPSET(MAP2) GROUP(our related group)

after
Code:
CEDA DEL PROG(MAP2) GROUP(our related group)
...
hope it will work..
OR
2. just ignore this issue as it is extremely minor and will not impact as such..
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: Thu Apr 04, 2013 2:28 pm
Reply with quote

You would use CEDA DEFINE MAPSET or CEDA DEFINE PROGRAM -- you would not use both since you would be defining the same program twice.
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 Doing basically a CEMT I TRA from wit... CICS 2
No new posts Cobol prog to put an indicator on the... JCL & VSAM 1
No new posts in REXX,how to get sysprt info CLIST & REXX 9
No new posts Copy a PDS to a new PDS - why do I ne... TSO/ISPF 8
No new posts Tivoli INFO/MANAGEMENT IBM Tools 1
Search our Forums:

Back to Top