|
View previous topic :: View next topic
|
| Author |
Message |
vasanthz
Global Moderator

Joined: 28 Aug 2007 Posts: 1750 Location: Tirupur, India
|
|
|
|
Hi,
If you are free please share
What (is/are) the annoying abend(s) you have encountered.
Let me start,
this is one that occurs when I try to invoke a TSO command and when I code the incorrect syntax or parameter to that command. It never lets me out of this.
This happens often, since I forget syntaxes.
| Code: |
IKJ56712I INVALID KEYWORD, y:%M::::::::::?:Y::: :>C::?::::s:::::::7::: y:::::::
::
IKJ56712I INVALID KEYWORD, :::-:::0:::Y::F:::I::::h:::
IKJ56703A REENTER THIS OPERAND -
IKJ56712I INVALID KEYWORD, :::0::u8::::::::::::::Jh::K:::K:::::::::::Z:::::::::
:VH:::&:::::::::::::::&::::::::::g::::q:::::_:Y:::
IKJ56703A REENTER THIS OPERAND -
IKJ56712I INVALID KEYWORD, :::::_g
IKJ56703A REENTER THIS OPERAND -
IKJ56712I INVALID KEYWORD, ::::::?0::::::M:::9::>!::>:::>:::::::>*::::::::H:::q
::&::
IKJ56703A REENTER THIS OPERAND -
IKJ56712I INVALID KEYWORD, :::::::::::::::?:::::::::::::::::::B:::-::::h:::::::
:::::::&:::8::J::::::::::::Q:::y::C-::::::: :::0::::::::::F:::: ::90::: :::H::"
::: ::m0::$0:::::::y:?::::S:::::::M::::::::8:::Y::::::::::::::::::E::::::::::::
:::Y::*::::-:::::::::::Q::n:::7Y:::h:::::::8::7:::X::::::::0:_K:::: :::h:?(H::2
:::Y::::::z:::::::G0::W:::
IKJ56712I INVALID KEYWORD, :::::::::?l ::::::::::/::::h::%-:::&:::0::h:::q:::::
::Y:::Q:::Q::::::By:::::::::_dQ:_eH::;-:::::::Y::=&:::-:::::::-::::::k:::p::#::
:x::::y::::::: :::
IKJ56703A REENTER THIS OPERAND - |
Had to kill my session to get out of its grip.
Regards, |
|
| Back to top |
|
 |
dbzTHEdinosauer
Global Moderator

Joined: 20 Oct 2006 Posts: 6965 Location: porcelain throne
|
|
|
|
depending on how my keyboard is mapped and thru which interface i am communicating, PA1 will break that nonsense.
otherwise, as you said, kill the session. |
|
| Back to top |
|
 |
Binop B
Active User

Joined: 18 Jun 2009 Posts: 407 Location: Nashville, TN
|
|
|
|
Interesting that you mentioned this today itself.... I faced the exactly same thing today morning ...  |
|
| Back to top |
|
 |
PeterHolland
Global Moderator

Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
| Never happened to me, but then i'm a gifted person. |
|
| Back to top |
|
 |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
A very loose assumption ... When this comes up:
| Quote: |
| IKJ56703A REENTER THIS OPERAND - |
key-in - "quit" or "exit" and hit enter. Or Esc-key - well ok, that depends on key-maaping though. |
|
| Back to top |
|
 |
vasanthz
Global Moderator

Joined: 28 Aug 2007 Posts: 1750 Location: Tirupur, India
|
|
|
|
Hi,
I have tried
| Code: |
| quit, exit, out, logoff, bye,end,adios,please,aff,omg |
nothing works  |
|
| Back to top |
|
 |
PeterHolland
Global Moderator

Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
| Control, Alt, Delete ? |
|
| Back to top |
|
 |
vasanthz
Global Moderator

Joined: 28 Aug 2007 Posts: 1750 Location: Tirupur, India
|
|
|
|
| Quote: |
| Control,Alt,Delete |
mmm... gotta try that one on my collegue's terminal next time around  |
|
| Back to top |
|
 |
Robert Sample
Global Moderator

Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
We had a CICS application one time that had a problem. Every time we ran it through CEDF or Xpediter, the error did not occur. This made it a bit hard to debug!
IIRC, the eventual problem was tracked down to having two RECEIVE commands in a row -- so the debugger screen display kept the issue from occurring, but only while debugging. |
|
| Back to top |
|
 |
|
|