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

Pop up screen in CICS!!


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

New User


Joined: 25 Feb 2008
Posts: 12
Location: Mumbai

PostPosted: Tue Oct 21, 2008 6:34 pm
Reply with quote

As we can make new panel in ISPF and can open in popup window also so is there any way to do the same in CICS screen? Like if I press any key the new screen should open as popup and as per the size as we want it.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Tue Oct 21, 2008 7:11 pm
Reply with quote

perform some research on EXEC CICS SEND MAP
Back to top
View user's profile Send private message
Raghu navaikulam

Active User


Joined: 27 Sep 2008
Posts: 193
Location: chennai

PostPosted: Tue Oct 21, 2008 10:58 pm
Reply with quote

It is possible to have pop-up screens in CICS.
Create a partial map (smaller in size than the normal size of 24,80) which you would like to send.
Provide a suitable location of the map on the screen(LINE=n,COLUMN=n)
Remember the area you are using to send the partial map does not have any data of the full map which is already displayed.
While sending the partial map, do not use ERASE option which will erase the entire screen area.
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 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
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top