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

Basic steps to execute CICS BMS map program.


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

New User


Joined: 16 Mar 2007
Posts: 9
Location: pune

PostPosted: Wed Aug 13, 2008 12:13 pm
Reply with quote

Hi,

What is exact procedure to execute simple basic CICS program in which BMS maps are used?
I know how to create map.
But I don't know how to execute it.

Please give the procedure for this.

Thank you.
Back to top
View user's profile Send private message
rpuhlman

New User


Joined: 11 Jun 2007
Posts: 80
Location: Columbus, Ohio

PostPosted: Wed Aug 13, 2008 3:55 pm
Reply with quote

Anjani,

You really don't "execute" the map per se, but you could use the CECI SEND MAP(MAPNAME) MAPSET (MAPSET NAME) FREEKB ERASE command in the CICS region your map has been compiled. Another option is to finish coding the CICS module that will SEND/RECEIVE your map and execute that transaction.

Rick
Back to top
View user's profile Send private message
rpuhlman

New User


Joined: 11 Jun 2007
Posts: 80
Location: Columbus, Ohio

PostPosted: Wed Aug 13, 2008 4:09 pm
Reply with quote

Anjani,

My apologies, I assumed you had not completed your CICS module and only completed the map. If your module is complete, simply login to the CICS region in which your transaction ID, program and map have been defined (PPT, PCT) and key in the four character transaction ID, that is associated with your program name, and press enter. If you have problems, let us know.

Rick
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
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
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top