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

Informed needed to send message on MAP


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

New User


Joined: 11 Apr 2006
Posts: 41
Location: Chennai

PostPosted: Fri Feb 27, 2009 12:11 pm
Reply with quote

I need to modifya program to send message to MAP. Message like
" Application is not available now. Please contact IT heldesk for further information"

I did get exaple MAPSET and PROGRAM and TRANSACTION name for this.

I have to modify MAPSET and PROGRAM to send the above message. I never worked on CICS.. Could you please help me to write a simple MAPSET and Program steps to meet this requirement..

Thank you!

Suresh
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Feb 27, 2009 3:01 pm
Reply with quote

In your MAP, define a field to contain the message.
Reassemble and link the map (TYPE=MAP) to produce the new map. Reassemble the MAP (TYPE=DSECT) to produce a new copybook to include in your program.
Assign your message to the new field.
Recompile/link program.
Newcopy the program and map.
EXEC CICS SEND the map.

Garry.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Fri Feb 27, 2009 7:25 pm
Reply with quote

Quote:
have to modify MAPSET and PROGRAM to send the above message. I never worked on CICS.. Could you please help me to write a simple MAPSET and Program steps to meet this requirement


I'm curious, how did you get an assignment
to modify a CICS program, without any experience ?

is this for your job ?
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
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts IMS Message : DFS3577A IMS DB/DC 4
No new posts Mainframe Programmer with CICS Skill... Mainframe Jobs 0
No new posts Help needed to assemble IMS sample co... ABENDS & Debugging 4
No new posts REXX to send an email in Mainframe wi... CLIST & REXX 3
Search our Forums:

Back to Top