--- Ismet Kursunoglu <[EMAIL PROTECTED]> wrote:

> 
> It is reproducible whenever I enter the Operations Mangement option
> follow by 
> the 'System status' choice. 
> 
> I appreciate your comments and will get you more information.
> 

Okay, look to see what code is invoked by this option. You can do this
either by doing an inquire to the OPTION file (#19), or just looking at
^%ZOSF("SS"). does invoking the option via D ^XUP caus the system to
hang? What abour running the command directly (without using Menu
Manager). If it does, try invoking the option via D ^XQ1 (an internal
entry point in Kernel, and NOT the proper way to invoke an option). If
it does not hang when you invoked the option (using ^XUP) without
navigating to it via th emenu, try going through the menu again. If it
DOES hang, try cleaning your partition like so

K
D ^XUP

You will be asked for you ACCESS CODE if you do this. If you don't want
to bother with that, try this:

S duz=$G(DUZ)
K DUZ
S DUZ=duz
K duz
K (DUZ)
D ^XUP

(Then again, it might just be easier to enter your access code!)

If this all fails, you need to start debugging the code called by
System Status. I'm not a GT.M user, but I wouldn't be surprised if it
isn't some vairant on ps. 

Hmmm....This may sound like a dumb idea, but is it just waqiting for
you to press <enter>? Try hitting the enter key a few times. You never know.

===
Gregory Woodhouse  <[EMAIL PROTECTED]>

"Judge a man by his questions not his answers."
--Voltaire

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to