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

CICS MAP - adding a new field


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

New User


Joined: 21 Nov 2007
Posts: 3
Location: chennai

PostPosted: Sun Apr 01, 2012 12:25 am
Reply with quote

Hi Friends,

I have a existing map for the same map I am adding a new field. What things i have to take care and what are the steps in executing this new map with added new field.

Regards
Kiran
Back to top
View user's profile Send private message
Peter cobolskolan

Active User


Joined: 06 Feb 2012
Posts: 104
Location: Sweden

PostPosted: Sun Apr 01, 2012 2:42 pm
Reply with quote

If you change or add input/output fields you will Of Course have to change your program logic for those fields.
If the change in the Map only affects constants/text, there is no change in program logic.
In both cases you will have to tell CICS to use the new Mapset, using CEMT NEWCOPY, after you have assembled the Mapset/Map. This is also true for your program.
Back to top
View user's profile Send private message
Jose Mateo

Active User


Joined: 29 Oct 2010
Posts: 121
Location: Puerto Rico

PostPosted: Mon Apr 02, 2012 7:36 pm
Reply with quote

Good day to all!!!

1. Make the changes to your map, assemble the map generating a map phase and linkedit (Bind) the phase to the library that your CICS region is using.
2. Like Peter mentioned you got to do a CEMT NEWC on the new map phase.
3. Then you got to assemble your map again but this time to generate a DSECT of the map which will be an object deck that will be catalog into your compile library.
4. Make the changes to your program if any, compile your program (to include your new DSECT or copybook) and linkedit the phase to the library that your CICS region is using.
5 Do a CEMT NEWC on the new program phase and you are ready to go.
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 Using API Gateway from CICS program CICS 0
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
Search our Forums:

Back to Top