HP3000-L Archives

June 1999, Week 3

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:
Barbara Brehm <[log in to unmask]>
Reply To:
Date:
Thu, 17 Jun 1999 17:05:56 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (48 lines)
The MPEX SETPROC is working great for us.  Thank you!

A bunch of responses said to use GLANCE for what I'm trying to accomplish.  Has
anyone ever heard or experienced that using GLANCE could cause your system to
hang?

Thank you.
Barb





Glenn Cole <[log in to unmask]> on 06/17/99 01:38:11 PM

Please respond to [log in to unmask]

Sent by:  Glenn Cole <[log in to unmask]>

To:   [log in to unmask]
cc:   (bcc: Barb Brehm/Wausau)
Subject:  Temp File Question




Barb Brehm writes:

> Is there a way to look at a temp file that is currently being
> created/accessed by a batch job?
[snip]
> The batch job has a temporary input file into a cobol program.  I'd like
> to see what record of the input file the cobol program is currently
> processing on (to determine how far along the job is).

The only way I know is with MPEX (which, fortunately, you have :) .

Try     %showproc #j123; format=files

This shows ALL files being accessed by the job, including temp files.
It also shows the current record ptr and the EOF.

I think an old (pre-XL) version of SOO actually estimated the time
until an open file would hit EOF, but I don't recall seeing that
functionality anywhere since.

--Glenn

ATOM RSS1 RSS2