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:
"Paul H. Christidis" <[log in to unmask]>
Reply To:
Date:
Tue, 13 Aug 2002 11:08:44 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (43 lines)
I meant to send the following to the entire list.

****************************************************************
Ken,

Error 3042 means "Job does not exist.".  Either the job had terminated or
there are additional 'garbage' characters after the account name.  I don't
know if Pascal 'blank fills' packed arrays but perhaps you should change
your statement as follows:

command_line     := ' ';
command_line     := 'ABORTJOB VILJOB,MGR.CJISII' + CHR(13);
command(command_line,error,parm);

Regards
Paul Christidis





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 *

ATOM RSS1 RSS2