Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Display some hard coded messages into CICS screen

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
srvmani
Warnings : 1

New User


Joined: 30 Dec 2003
Posts: 5

PostPosted: Thu May 15, 2008 10:34 am    Post subject: Display some hard coded messages into CICS screen
Reply with quote

I would like to see some hard coded messages into the screen. I know DISPLAY statement wont work. Is there any alternative way to do this.
Thanks in Advance.
Back to top
View user's profile Send private message
References
PostPosted: Thu May 15, 2008 10:34 am    Post subject: Re: Display some hard coded messages into CICS screen Reply with quote

dkalyan_c

New User


Joined: 06 Apr 2006
Posts: 9

PostPosted: Thu May 15, 2008 10:52 am    Post subject:
Reply with quote

if u wanna see messages on screen.. u mean CICS screen, then, u can always do that by sending that message to map output using EXEC CICS SEND command.

let me know if this answers u or ur looking for something else
Back to top
View user's profile Send private message
vasanthkumarhb

Senior Member


Joined: 06 Sep 2007
Posts: 300
Location: Bang,iflex

PostPosted: Thu May 15, 2008 3:07 pm    Post subject:
Reply with quote

Hi,


Yes you can send a message as below

Code:
MOVE "MESSAGE..............'  TO  MESSAGE-TEXT.
EXEC CICS
         SEND TEXT
        FROM(MESSAGE-TEXT)
END-EXEC.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1