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

regarding map display


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shriya reddy
Warnings : 1

New User


Joined: 05 Jun 2004
Posts: 43

PostPosted: Wed Oct 05, 2005 7:00 pm
Reply with quote

Hi All,

In CICS-COBOL program with out declaring the macro in BMS can send a message to Program.If is there any process send me with sample code.

Regards,
Shriya Reddy.
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Wed Oct 05, 2005 9:50 pm
Reply with quote

Possible. Refer the manuals for RECEIVE statement.
Back to top
View user's profile Send private message
shriya reddy
Warnings : 1

New User


Joined: 05 Jun 2004
Posts: 43

PostPosted: Thu Oct 06, 2005 10:21 am
Reply with quote

Hi Priya,

Can u send me sample code.

Regards,
Shrya Reddy
Back to top
View user's profile Send private message
shriya reddy
Warnings : 1

New User


Joined: 05 Jun 2004
Posts: 43

PostPosted: Sat Oct 08, 2005 11:23 am
Reply with quote

Hi All,

In CICS-COBOL program with out declaring the macro in BMS can send a message through Program to Screen.If is there any process send me with sample code.
Back to top
View user's profile Send private message
ikumar

New User


Joined: 02 Aug 2005
Posts: 81

PostPosted: Mon Oct 24, 2005 2:16 pm
Reply with quote

Send messages to screen using CICS-COBOL.
01 WS-MESG-AREA x(30) VALUE "MESG1".

EXEC CICS SEND FROM(WS-MESG-AREA) ERASE END-EXEC

Thanks,
Kumar.
Back to top
View user's profile Send private message
shriya reddy
Warnings : 1

New User


Joined: 05 Jun 2004
Posts: 43

PostPosted: Mon Nov 14, 2005 9:41 pm
Reply with quote

Hi Kumar,

Thanks for your reply. But i need to send message to screen position at(23,1). please give me the solution.


Regards,
Shriya Reddy.
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 How to display the leading zeros of a... DB2 7
No new posts SDSF display Max-RC in different colors TSO/ISPF 4
No new posts Converting a file from PD to display ... SYNCSORT 4
No new posts Unable to display comp variable COBOL Programming 4
No new posts Adding FIND to ISPF Panel display of ... TSO/ISPF 3
Search our Forums:

Back to Top