View previous topic :: View next topic |
Author |
Message |
bnm1014 Beginner
Joined: 16 Sep 2004 Posts: 6 Topics: 3
|
Posted: Thu Sep 16, 2004 9:55 am Post subject: How Can I exit from ISPF panel? F3 doesn't work... |
|
|
I have ISPF field, that I must check
I do it by program
I use cycle where I display my panel and error-message and it works until user will insert correct data..
The problem: I can't exit from panel while I don't insert correct value..
F3 and Esc are not work..
How can i exit from panel?
What should I do?
Best regards,
in advance.. |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Thu Sep 16, 2004 10:12 am Post subject: |
|
|
Quote: |
The problem: I can't exit from panel while I don't insert correct value..
|
The solution: Insert a correct value, and/or allow the END RC=8 to be handled. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Sep 16, 2004 11:41 am Post subject: |
|
|
usually the app is coded to accept CANCEL in these situations |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Thu Sep 16, 2004 4:24 pm Post subject: |
|
|
It appears to be working as designed |
|
Back to top |
|
 |
bnm1014 Beginner
Joined: 16 Sep 2004 Posts: 6 Topics: 3
|
Posted: Fri Sep 17, 2004 1:17 am Post subject: |
|
|
I'm sorry, but I'm not ISPF expert..
Could you give me some example " to accept CANCEL in these situations" or "allow the END RC=8 to be handled" ?
Best regards,
in advance. |
|
Back to top |
|
 |
bnm1014 Beginner
Joined: 16 Sep 2004 Posts: 6 Topics: 3
|
Posted: Fri Sep 17, 2004 1:31 am Post subject: |
|
|
Don't read my last message! )
I understood all!
Thnx to all |
|
Back to top |
|
 |
|
|