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

Hi How to handle PA keys in CICS


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

New User


Joined: 13 Jun 2009
Posts: 11
Location: chennai

PostPosted: Wed Nov 21, 2012 4:47 am
Reply with quote

When i press page down key in cics screen , all the editable fields in the screen were disappeared. I need to retain the values.

After receiving the map , program is failed. So i handled the exception to return to the normal screen. Also I am using FSET for all unprotected fields in my map. How to handle the values which are disappeared from screen(when i press page down key). please help.

Thanks,
Barat
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Nov 21, 2012 4:56 am
Reply with quote

What key do you have defined as page down? Why did you not tell us in your post?
Back to top
View user's profile Send private message
baratchandar

New User


Joined: 13 Jun 2009
Posts: 11
Location: chennai

PostPosted: Wed Nov 21, 2012 5:10 am
Reply with quote

Thanks Robert.


I pressed pagedown key in my keyboard to come out of the cics screen.

In CICS map I usedF8 for paged own. Scrolling logic is working fine.
Map is failing only if I press page down key in my keyboard.

If we press page down key(in my store), control automatically comes out the online region and if press again control goes to online.

Mainly page down key is used to navigate between online(CICS) and batch(ISPF) screens

Thanks
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Nov 21, 2012 5:13 am
Reply with quote

Check your terminal emulator to determine what mainframe key is mapped to the pagedown key on your keyboard. Once you know that, you can handle that key in your CICS program.
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