HP3000-L Archives

July 2008, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Tom Emerson <[log in to unmask]>
Reply To:
Tom Emerson <[log in to unmask]>
Date:
Mon, 14 Jul 2008 11:01:33 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
Oh, yeah -- that reminds me...

----- Original Message ----
From: Michael <[log in to unmask]>

English, Jim wrote:
> Does anyone know of a command, or commands, I could use to find all
> stream jobs on our HP3000 system? I want to search the jobs to find all
> signons that are used in stream jobs.

Your process is probably hung on a messages file, similar to a 'tail -f' 
waiting for I/O to complete.

===========================

In MPEX, use the command

  :SHOWPROC <pin_of_print_command>;FORMAT=FILES;CHANGE

The first time it will show you lots of information; on the second and subsequent commands, it shows what changed since the last time (due to the ;CHANGE keyword)  The ;FORMAT=FILES will show exactly which file the command is searching at the time.  If you're on the SAME file time after time, you're hung on a message file.  (I believe it also shows the EOF, which should be at zero...)

You could also use ;FILES=<your fileset>, and this avoids all the system/overhead/intrinsic files opened by the process...

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2