HP3000-L Archives

August 2002, 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:
Rich Trapp <[log in to unmask]>
Reply To:
Date:
Tue, 13 Aug 2002 10:32:12 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (79 lines)
Ken,
  There's a cool utility program in PUB.SYS called MSGUTIL: it's your friend:

:msgutil
*******************************************************************************
******      MSGUTIL  --  SYSTEM CATALOG MESSAGE DISPLAY UTILITY          ******
*******************************************************************************

---------------- INTERACTIVE MODE ----------------

                 M - Message display
                 T - Time display
                 E - Exit

Menu Selection >m

Enter SUBSYSTEM # [<cr> = quit] >2

CI ERROR MESSAGES

Enter MESSAGE # [<cr> = quit] >3042
-------------------------------------------------------------------------------
Job does not exist. (CIERR 3042)
-------------------------------------------------------------------------------

CI ERROR MESSAGES

Enter MESSAGE # [<cr> = quit] >

You kinda have to guess at the SUBSYSTEM numbers until you find a likely candidate. I use 2,8,9 and 143 alot.


RAT
   

Rich Trapp <mailto:[log in to unmask]>  

Consulting for Agilent Technologies, Loveland, Colorado.

Managed Business Solutions <http://www.mbsnav.com/>  
200 South College Avenue 
Fort Collins, Colorado 80524-2811 
970.679.2221 (voice) 
970.669.3071 (fax) 



-----Original Message-----
From: Born, Ken [mailto:[log in to unmask]]
Sent: Tuesday, August 13, 2002 10:01 AM
To: [log in to unmask]
Subject: ABORTJOB command launched in a program


Greetings,
I was able to STREAM a job from a program using the COMMAND Intrinsic, but
when I went to ABORTJOB from a program using the COMMAND Intrinsic,

I received an error message.

ABORTJOB VILJOB,MGR.CJISII Failed
Error is         3042
Parm is          -17

Here is the code.
command_line     := ' ';
command_line     := 'ABORTJOB VILJOB,MGR.CJISII';
command_line[80] := CHR(13);
command(command_line,error,parm);

Can I do this?  Where could I find the explanation of this error code 3042?
thanks in advance

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

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

ATOM RSS1 RSS2