View previous topic :: View next topic |
Author |
Message |
vak255 Intermediate
Joined: 10 Sep 2004 Posts: 384 Topics: 79
|
Posted: Fri Jul 14, 2006 3:43 pm Post subject: Use ATTN to terminate Function. |
|
|
Hi,
I am getting the following message while browsing a dataset"Use ATTN to terminate Function", here what is the ATTN key used to terminate the browsing in the middle.
REQUESTED FUNCTION IN PROGRESS:
Records READ ------> 23832
STILL PROCESSING...
Quote: | Use ATTN to terminate Function |
|
|
Back to top |
|
|
satheeshs Beginner
Joined: 06 Jul 2006 Posts: 13 Topics: 3 Location: 'Mainframe World'
|
Posted: Sun Jul 16, 2006 5:55 am Post subject: |
|
|
it is probably retrieving data from the tape.
i think pressing shift+Esc is the attention key. i am not sure.
Cheers _________________ Satheesh |
|
Back to top |
|
|
vak255 Intermediate
Joined: 10 Sep 2004 Posts: 384 Topics: 79
|
Posted: Sun Jul 16, 2006 6:21 am Post subject: |
|
|
satheesh,
I use shift+Esc to change sessions. But how to terminate the process..if its taking long time.Is there anyway to do that in backgroud.I know Hrecall...is there any other option.
"Use ATTN to terminate Function", |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Sun Jul 16, 2006 12:43 pm Post subject: |
|
|
vak255,
Try CTRL+SHIFT+A and see if it works. If you are using RUMBA or EXTRA , then you look up the Keyboard manager and see how ATTN is mapped. Keyboard Manager is a ICON at the top of the screen where you have connect/disconnect and other file transmission icons.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Mon Jul 17, 2006 9:30 am Post subject: |
|
|
In my PComm emulator, the ESC key by itself is ATTN. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
|
vak255 Intermediate
Joined: 10 Sep 2004 Posts: 384 Topics: 79
|
Posted: Tue Jul 18, 2006 1:51 am Post subject: |
|
|
Hi Kolusu,
I use EXTRA and I ATTN is not mapped. when I mapped to key 'A' and when I pressed Key 'A' then its switching sessions, like shift + esc key.
But I like to know how to terminate a task i.e when its taking long time to browse.....
Quote: |
REQUESTED FUNCTION IN PROGRESS:
Records READ ------> 23832
STILL PROCESSING...
|
|
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Jul 18, 2006 2:10 am Post subject: |
|
|
OK... I'll bite... Even if you figure out how to use your emulator to assign ATTN to a key, you haven't given any useful information about the application you are trying to interrupt. Is this a TSO application running under ISPF? Rexx? Assembler? A CICS application? IMS? I guess we can assume it is a 3270 application, but all these environments behave differently. Do you know that the applicatoin is written to be interruptable? It may be that you can not interrupt it from the keyboard but would need to kill the transaction/userid/whatever. |
|
Back to top |
|
|
vak255 Intermediate
Joined: 10 Sep 2004 Posts: 384 Topics: 79
|
Posted: Tue Jul 18, 2006 3:25 am Post subject: |
|
|
what I am trying to do is just getting a particular account using fileaid and the screenshot below clearly shows that 'STILL PROCESSING' . In the middle of the process , i want to terminate this.....as the file is large and its taking very long time to terminate.
Quote: |
SELECTION IN PROGRESS:
Records read --> 130665
Records selected --> 0
STILL PROCESSING...
Use ATTN to terminate search
|
|
|
Back to top |
|
|
deepatred Beginner
Joined: 29 Nov 2005 Posts: 19 Topics: 6
|
Posted: Tue Jul 18, 2006 11:54 pm Post subject: |
|
|
This operation gets terminated using ATTN key, for me it's shift + esc. May be there is something wrong with ur ATTN key mapping.
Otherwise why don't you terminate ur session by using command
TSO CANCEL TSOXXXX (TSOXXXX is ur tso id) from some other TSO users terminal.
Regards |
|
Back to top |
|
|
sriramla Beginner
Joined: 22 Feb 2003 Posts: 74 Topics: 1
|
Posted: Wed Jul 19, 2006 9:05 am Post subject: |
|
|
Vak255,
I know the problem you are facing. I've faced this myself once. If I understand this correctly, this is what is happening:
1. You are in File Aid and the browse/edit selection takes long time. File Aid says "use ATTN to terminate function".
2. You have already mapped ATTN key to one of your favorite keys of keyboard. So you press the mapped ATTN key.
3. But nothing happens or you are swithed to another session instead terminating the current process.
The reason is that when you press ATTN key, your emulator first receives the key and processes it without sending it to TSO. By default ATTN key is used to switch sessions by your emulator. Firt you change this emulator behaviour and make sure it simply passes the key to TSO as is. Then try. It should work. |
|
Back to top |
|
|
|
|