HP3000-L Archives

February 2000, Week 1

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:
Stan Sieler <[log in to unmask]>
Reply To:
Stan Sieler <[log in to unmask]>
Date:
Wed, 2 Feb 2000 17:25:54 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (86 lines)
Re:
> I would like to be able to do the same with LISTEQ
>         LISTEQ ;JOB=#Snnnn
> and maybe
>         LISTFTEMP ;JOB=#Snnnn

Part of you can already do:

:dat.dat.telesup

DAT/iX C.16.01   Copyright Hewlett-Packard Co. 1987.  All rights reserved.

Type "macstart" to load Macros & Symbols.

$a ($0) nmdat > :debug                            <---- note entering debug!
DEBUG/iX C.16.01

HPDEBUG Intrinsic at: a.00a3d064 hxdebug+$e4

$3a ($44) nmdebug > use datinit.dat.telesup       <---- loads "macstart"
Type "macstart" to load Macros & Symbols.

$44 ($44) nmdebug > macstart , '1'                <---- load macros via macstart

Welcome to the DAT Macro facility.

RELEASE: C.60.00   MPE/iX HP31900 C.16.01   USER VERSION: C.60.00

OS Symbol file SYMOS.OSC16.TELESUP is now open.
Next line maps VAMOS.OSC16.TELESUP
1  VAMOS.OSC16.TELESUP   83d.0 Bytes = 186a00

OS Macros restored from file MOS.OSC16.TELESUP.
OS DAT MACROS  HP30357 C.13.05    Copyright Hewlett-Packard Co. 1987

$14c ($44) nmdebug > maclist @temp@             <--- explore
macro fs_hfs_temp_files
macro ui_tempfiles
$14d ($44) nmdebug > :showjob                   <--- what jobs/sessions?

JOBNUM  STATE IPRI JIN  JLIST    INTRODUCED  JOB NAME

...
#J7     EXEC        10S LP       TUE  9:46A  JINETD,MANAGER.SYS
...
#S342   EXEC         5  5        TUE  6:30P  EM,STAN.SIELER
...

14 JOBS:
    0 INTRO
    0 WAIT; INCL 0 DEFERRED
   14 EXEC; INCL 6 SESSIONS
    0 SUSP
JOBFENCE= 5; JLIMIT= 9; SLIMIT= 20

$14e ($44) nmdebug > ui_showjob ('#J7')  <--- meant to do ui_tempfiles ('#J7')

                                                                         JSMAIN
JOBNUM STATE IPRI JIN  JLIST INTRODUCED JOB NAME                            PIN

Searching all entries in the JMAT. This May Take Some Time...
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
#J7    EXEC  8     10S 21     18   9:46 JINETD,MANAGER.SYS,PUB            $47

$14f ($44) nmdebug > ui_tempfiles ('#J7')      <--- got it right this time
/3000devs/DEVICES/00016384
/3000devs/DEVICES/00016385
/SYS/PUB/HGREDO
/WWW/OMI/FTPTMP2
$150 ($44) nmdebug > ui_tempfiles ('#S342')    <--- let's try a session
/SIELER/SOURCE/HOLD0
/SIELER/SOURCE/QEDITSCR
$153 ($44) nmdebug > c
$b ($0) nmdat > exit


Note: if you don't do "ui_showjob", then the first "ui_tempfiles" may take
quite awhile (because it's silently sort of doing the same work as ui_showjob).

Stan Sieler                                           [log in to unmask]
www.allegro.com/sieler/wanted/index.html          www.allegro.com/sieler

ATOM RSS1 RSS2