| View previous topic :: View next topic |
| Author |
Message |
jiwaniakbar Beginner
Joined: 18 Jun 2007 Posts: 8 Topics: 5
|
Posted: Mon Aug 13, 2007 6:47 am Post subject: send CICS blank screen |
|
|
Hello,
How do I clear the screen and terminate the transaction when user presses a particular function key (say PF12)??
I am trying EXEC CICS Return but it retains the original mapset on the screen.
Regards
Akbar |
|
| Back to top |
|
 |
CICS Guy Intermediate
Joined: 30 Apr 2007 Posts: 292 Topics: 3
|
Posted: Mon Aug 13, 2007 6:55 am Post subject: |
|
|
| Send an empty field with erase. |
|
| Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12399 Topics: 75 Location: San Jose
|
Posted: Mon Aug 13, 2007 6:56 am Post subject: |
|
|
jiwaniakbar,
Send the map with ERASE option.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
| Back to top |
|
 |
jiwaniakbar Beginner
Joined: 18 Jun 2007 Posts: 8 Topics: 5
|
Posted: Fri Aug 17, 2007 4:51 am Post subject: |
|
|
| Many Thanks. It worked. |
|
| Back to top |
|
 |
|
|
|