HP3000-L Archives

June 2001, 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:
"Hall, Walter" <[log in to unmask]>
Reply To:
Hall, Walter
Date:
Mon, 11 Jun 2001 12:05:16 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (78 lines)
I have the following job that has an XEQ which is highlighted.

!JOB WATCHER,MANAGER.SYS;OUTCLASS=LP,1
!COMMENT ******************************************
!COMMENT ***   THE FOLLOWING JOB IS A TEST JOB  ***
!COMMENT ***   TO ASSIST IN MONITORING THE      ***
!COMMENT ***   SYSTEM AND NOTIFYING THE         ***
!COMMENT ***   OPERATOR OF THE STATUS OF THE    ***
!COMMENT ***             SYSTEM                 ***
!COMMENT ******************************************
!COMMENT
!COMMENT   This jobs run every hour    wlh 11/03/99
!COMMENT
!TELLOP; ********************************************
!TELLOP; **** THE SYSTEM MONITORING PROCESS HAS  ****
!TELLOP; ****             STARTED                ****
!TELLOP; ********************************************
:xeq walkthru.operator.sys
!RUN MAIN.PUB.VESOFT;PARM=1
   IF JSCOUNT("FTPMON,FTP.SYS&BATCH&EXEC")=0 THEN
     STREAM JFTPSTRT.ARPA.SYS
   ENDIF
!COMMENT CONTINUE
!COMMENT    IF JSCOUNT("PORTMAP,NETWRKR.SYS&BATCH&EXEC")=0 THEN
!COMMENT      STREAM JPRTSTRT.NETWRKR.SYS
!COMMENT    ENDIF
!COMMENT CONTINUE
!COMMENT    IF JSCOUNT("NSREXECD,NETWRKR.SYS&BATCH&EXEC")=0 THEN
!COMMENT      STREAM JNSRSTRT.NETWRKR.SYS
!COMMENT    ENDIF
CONTINUE
   IF JSCOUNT("JDBG,MGR.BRADMARK&BATCH&EXEC")=0 THEN
     STREAM JDBG.PUB.BRADMARK
   ENDIF
CONTINUE
   IF JSCOUNT("JWINMPE,MANAGER.SYS&BATCH&EXEC")=0 THEN
     STREAM JWINMPE.MPECC.BRADMARK
   ENDIF
EXIT
!TELLOP; ********************************************
!TELLOP; ****    SYSTEM MONITORING COMPLETED     ****
!TELLOP; ****     JOB WILL RERUN IN 1 HOUR       ****
!TELLOP; ****         PLEASE MONITOR             ****
!TELLOP; ********************************************
!EOJ

The following is the XEQ. While this job is executing these XEQs are
processing but do not display themselves on the System Console. How can I
get the XEQs to process and display themselves on the system console?

Attempted using TELLOP but all it does is display the command. I want the
results of the command/XEQ to display on the System Console.

echo SHOWTAPE
xeq showtape.operator.sys
pause 3
echo SHOWJOB
xeq sj
pause 3
echo RECALL
recall
pause 3
DISC

Pni & HP   Computer Technology,
Taking the World by Storm.

Thanks In Advance,

Walter L. Hall

Walter L. Hall,  HP Systems Administrator x4879
Philadelphia Inquirer and Philadelphia Daily News
[log in to unmask]

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

ATOM RSS1 RSS2