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

Sending a small map within a map


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

New User


Joined: 07 Mar 2005
Posts: 3

PostPosted: Mon Mar 07, 2005 2:12 pm
Reply with quote

I want to throw a small help map to the existing screen so that the contents are not overlapping as well as the previous screen is not completely erased.How can i achieve this?.When i tried erase with send help map,the previous screen is erased.when i am not giving erase.the fields in the previous map is overlapping with the help map.
Back to top
View user's profile Send private message
arvind_es

New User


Joined: 08 Mar 2005
Posts: 4

PostPosted: Tue Mar 08, 2005 10:55 am
Reply with quote

Hi Naveen,

You can throw a screen ( something like a popup ) by sending two maps.
EXEC CICS SEND MAP1
END-EXEC.
EXEC CICS SEND MAP2
END-EXEC.
EXEC CICS RETURN
END-EXEC.

( I have not given with the complete syntax for the cics commands. )
For the fields which is overlapped by the second map , corresponding fields with initial value spaces need to be defined in the physical map.

Thanks
Arvind R
Back to top
View user's profile Send private message
rs_naveen

New User


Joined: 07 Mar 2005
Posts: 3

PostPosted: Tue Mar 08, 2005 1:06 pm
Reply with quote

hi,

Thank you for the reply. Is there any alternate way of doing it?

Naveen
Back to top
View user's profile Send private message
prakash271082

New User


Joined: 09 Sep 2005
Posts: 53

PostPosted: Tue Sep 27, 2005 1:04 am
Reply with quote

Hi,
You could trap the Cursor position by using the EIBCURPOS as once the user tries to enter value for that particular field, the cursor will have to be placed in that position, now when the cursor reaches that appropriate position just execute SEND MAP( Help Map ) Command without ERASE option in it.
Hope this helps.
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 Split large FB file based on Key coun... DFSORT/ICETOOL 4
No new posts Problem while sending special charact... JCL & VSAM 4
No new posts How to append Previous date into a S... JCL & VSAM 2
No new posts Pack to Unpack conversion for sending... COBOL Programming 13
No new posts Connnect Direct Sending Zip file from... All Other Mainframe Topics 3
Search our Forums:

Back to Top