Re: [UV] SP.EDIT & SP.ASSIGN HS

2004-03-20 Thread Jan Shaw and Keith Johnson
On Fri, 19 Mar 2004, Ron White wrote

"If you are not the owner of all the jobs, log in as administrator
and type SP.EDIT (UMD"

I remember "(UMD" once being stated as "(MUD" in some advice on this - on
the basis that was what your name would be if you got it wrong!



-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: [UV] SP.EDIT & SP.ASSIGN HS

2004-03-19 Thread Ron White
If you are the owner of all of these print jobs type SP.EDIT (MD

If you are not the owner of all the jobs, log in as administrator
and type SP.EDIT (UMD

If entry are present in the spool file that you do not want to delete
the user the spooler id number with the command:
SP.EDIT 01200 (MD

Ron White

---
[ Eckel certifies this E-mail to be virus free. ]

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: [UV] SP.EDIT & SP.ASSIGN HS

2004-03-19 Thread Cyndi Calvin
First, I'm unable to "kill" the Entrys in SP.EDIT.There is a bunch of
crap we don't need (about 15 entries spooled)

I read on the syntax of the SP.EDIT command but I must have it wrong.
>SP.EDIT 01200 MD
>Entry # 01200 : Is Ready to Output.

It doesn't delete it but just shows it Ready again.


- Original Message - 
From: "Ray Wurlod" <[EMAIL PROTECTED]>
To: "U2 Users Discussion List" <[EMAIL PROTECTED]>
Sent: Thursday, March 18, 2004 8:12 PM
Subject: Re: [UV] SP.EDIT & SP.ASSIGN HS


> SP.ASSIGN (HS sends the file to the spooler, with HOLD and RETAIN
attributes asserted.  It does not send files to the &HOLD& file.  You will
find your files in the directory referred to by your UVSPOOL configuration
parameter.  You can use the SPOOL -LIST command to see that they are held
from printing.
>
> You can use the SP.EDIT command to print them and manage them (for example
"kill" (de-queue) them).
>
> If you want to send output to &HOLD& the correct command to use is SETPTR
with the sixth argument set to 3.  For example:  SETPTR
0,132,2,0,0,3,BANNER MYFILE,BRIEF (this command directs the default
print channel to a record called MYFILE in the &HOLD& file.
>
> If you examine the SP.ASSIGN verb in the VOC file, and trace it back to
source, you will find that SP.ASSIGN (HS actually ends up invoking the
SETPTR command, but in mode 1 (spooler), for example SETPTR
0,132,60,3,3,1,HOLD,RETAIN
>
>
> - Original Message -
> From: "Cyndi Calvin" <[EMAIL PROTECTED]>
> Date: Thu, 18 Mar 2004 15:39:19 -0800
> To: "U2 Users Discussion List" <[EMAIL PROTECTED]>
> Subject: SP.EDIT & SP.ASSIGN HS
>
> > Hi, I'm trying to use the 'SP.ASSIGN HS' to send the output to file
under UNIX &HOLD& directory.
> >
> > I'm doing and seeing the following -- but no file ever shows up under
&HOLD& directory.  Any clues or thoughts?  It gets to the queue?  But I
don't know what to answer to get it to file.  Thanks!!!
> >
> > All these "Ready to Output" should be deleted but I can't
> >
> > SP.EDIT before I run the SP.ASSIGN
> > >SP.EDIT
> > Entry # 01200 : Is Ready to Output.
> > Entry # 01201 : Is Ready to Output.
> > Entry # 01202 : Is Ready to Output.
> > Entry # 01203 : Is Ready to Output.
> > Entry # 01211 : Is Ready to Output.
> > Entry # 01227 : Is Ready to Output.
> > Entry # 01230 : Is Ready to Output.
> > Entry # 01231 : Is Ready to Output.
> > Entry # 01234 : Is Ready to Output.
> > Entry # 01236 : Is Ready to Output.
> > Entry # 01238 : Is Ready to Output.
> > Entry # 01239 : Is Ready to Output.
> > Entry # 01259 : Is Ready to Output.
> > Entry # 01260 : Is Ready to Output.
> > Entry # 01264 : Is Ready to Output.
> > Entry # 01267 : Is Ready to Output.
> > Entry # 01277 : Is Ready to Output.
> > Entry # 01282 : Is Ready to Output.
> > Entry # 01364 : Is Ready to Output.
> > Entry # 01370 : Is Ready to Output.
> > Entry # 01371 : Is Ready to Output.
> > >SP.ASSIGN HS
> > >LIST.ITEM CUST (P
> > Spooler Entry #2877
> > >SP.EDIT
> > Entry # 01200 : Is Ready to Output.
> > Entry # 01201 : Is Ready to Output.
> > Entry # 01202 : Is Ready to Output.
> > Entry # 01203 : Is Ready to Output.
> > Entry # 01211 : Is Ready to Output.
> > Entry # 01227 : Is Ready to Output.
> > Entry # 01230 : Is Ready to Output.
> > Entry # 01231 : Is Ready to Output.
> > Entry # 01234 : Is Ready to Output.
> > Entry # 01236 : Is Ready to Output.
> > Entry # 01238 : Is Ready to Output.
> > Entry # 01239 : Is Ready to Output.
> > Entry # 01259 : Is Ready to Output.
> > Entry # 01260 : Is Ready to Output.
> > Entry # 01264 : Is Ready to Output.
> > Entry # 01267 : Is Ready to Output.
> > Entry # 01277 : Is Ready to Output.
> > Entry # 01282 : Is Ready to Output.
> > Entry # 01364 : Is Ready to Output.
> > Entry # 01370 : Is Ready to Output.
> > Entry # 01371 : Is Ready to Output.
> > Entry   # 02877Status  : Hold*Size: 422305
> > Priority: 88   Copies  : 1Delay   :
> > Pages   : All  Eject   : Yes  Delete  : Yes
> > Form: 1Printer : [Any]Options : None
> > Display (Y/N/S/D/X/) ? N  (if I say Y it does show on the screen)
> > Spool (Y/N=CR) ? Y
> > Pages to output : ALL
> >
> > --
> > u2-users mailing list
> > [EMAIL PROTECTED]
> > http://www.oliver.com/mailman/listinfo/u2-users
>
> -- 
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.oliver.com/mailman/listinfo/u2-users
>

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: [UV] SP.EDIT & SP.ASSIGN HS

2004-03-18 Thread Ray Wurlod
SP.ASSIGN (HS sends the file to the spooler, with HOLD and RETAIN attributes asserted. 
 It does not send files to the &HOLD& file.  You will find your files in the directory 
referred to by your UVSPOOL configuration parameter.  You can use the SPOOL -LIST 
command to see that they are held from printing.

You can use the SP.EDIT command to print them and manage them (for example "kill" 
(de-queue) them).

If you want to send output to &HOLD& the correct command to use is SETPTR with the 
sixth argument set to 3.  For example:  SETPTR 0,132,2,0,0,3,BANNER MYFILE,BRIEF 
(this command directs the default print channel to a record called MYFILE in the 
&HOLD& file.

If you examine the SP.ASSIGN verb in the VOC file, and trace it back to source, you 
will find that SP.ASSIGN (HS actually ends up invoking the SETPTR command, but in mode 
1 (spooler), for example SETPTR 0,132,60,3,3,1,HOLD,RETAIN


- Original Message -
From: "Cyndi Calvin" <[EMAIL PROTECTED]>
Date: Thu, 18 Mar 2004 15:39:19 -0800
To: "U2 Users Discussion List" <[EMAIL PROTECTED]>
Subject: SP.EDIT & SP.ASSIGN HS

> Hi, I'm trying to use the 'SP.ASSIGN HS' to send the output to file under UNIX 
> &HOLD& directory.
> 
> I'm doing and seeing the following -- but no file ever shows up under &HOLD& 
> directory.  Any clues or thoughts?  It gets to the queue?  But I don't know what to 
> answer to get it to file.  Thanks!!!
> 
> All these "Ready to Output" should be deleted but I can't 
> 
> SP.EDIT before I run the SP.ASSIGN 
> >SP.EDIT
> Entry # 01200 : Is Ready to Output.
> Entry # 01201 : Is Ready to Output.
> Entry # 01202 : Is Ready to Output.
> Entry # 01203 : Is Ready to Output.
> Entry # 01211 : Is Ready to Output.
> Entry # 01227 : Is Ready to Output.
> Entry # 01230 : Is Ready to Output.
> Entry # 01231 : Is Ready to Output.
> Entry # 01234 : Is Ready to Output.
> Entry # 01236 : Is Ready to Output.
> Entry # 01238 : Is Ready to Output.
> Entry # 01239 : Is Ready to Output.
> Entry # 01259 : Is Ready to Output.
> Entry # 01260 : Is Ready to Output.
> Entry # 01264 : Is Ready to Output.
> Entry # 01267 : Is Ready to Output.
> Entry # 01277 : Is Ready to Output.
> Entry # 01282 : Is Ready to Output.
> Entry # 01364 : Is Ready to Output.
> Entry # 01370 : Is Ready to Output.
> Entry # 01371 : Is Ready to Output.
> >SP.ASSIGN HS
> >LIST.ITEM CUST (P
> Spooler Entry #2877
> >SP.EDIT
> Entry # 01200 : Is Ready to Output.
> Entry # 01201 : Is Ready to Output.
> Entry # 01202 : Is Ready to Output.
> Entry # 01203 : Is Ready to Output.
> Entry # 01211 : Is Ready to Output.
> Entry # 01227 : Is Ready to Output.
> Entry # 01230 : Is Ready to Output.
> Entry # 01231 : Is Ready to Output.
> Entry # 01234 : Is Ready to Output.
> Entry # 01236 : Is Ready to Output.
> Entry # 01238 : Is Ready to Output.
> Entry # 01239 : Is Ready to Output.
> Entry # 01259 : Is Ready to Output.
> Entry # 01260 : Is Ready to Output.
> Entry # 01264 : Is Ready to Output.
> Entry # 01267 : Is Ready to Output.
> Entry # 01277 : Is Ready to Output.
> Entry # 01282 : Is Ready to Output.
> Entry # 01364 : Is Ready to Output.
> Entry # 01370 : Is Ready to Output.
> Entry # 01371 : Is Ready to Output.
> Entry   # 02877Status  : Hold*Size: 422305
> Priority: 88   Copies  : 1Delay   :
> Pages   : All  Eject   : Yes  Delete  : Yes
> Form: 1Printer : [Any]Options : None
> Display (Y/N/S/D/X/) ? N  (if I say Y it does show on the screen)
> Spool (Y/N=CR) ? Y
> Pages to output : ALL
> 
> --
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


SP.EDIT & SP.ASSIGN HS

2004-03-18 Thread Cyndi Calvin
Hi, I'm trying to use the 'SP.ASSIGN HS' to send the output to file under UNIX &HOLD& 
directory.

I'm doing and seeing the following -- but no file ever shows up under &HOLD& 
directory.  Any clues or thoughts?  It gets to the queue?  But I don't know what to 
answer to get it to file.  Thanks!!!

All these "Ready to Output" should be deleted but I can't 

SP.EDIT before I run the SP.ASSIGN 
>SP.EDIT
Entry # 01200 : Is Ready to Output.
Entry # 01201 : Is Ready to Output.
Entry # 01202 : Is Ready to Output.
Entry # 01203 : Is Ready to Output.
Entry # 01211 : Is Ready to Output.
Entry # 01227 : Is Ready to Output.
Entry # 01230 : Is Ready to Output.
Entry # 01231 : Is Ready to Output.
Entry # 01234 : Is Ready to Output.
Entry # 01236 : Is Ready to Output.
Entry # 01238 : Is Ready to Output.
Entry # 01239 : Is Ready to Output.
Entry # 01259 : Is Ready to Output.
Entry # 01260 : Is Ready to Output.
Entry # 01264 : Is Ready to Output.
Entry # 01267 : Is Ready to Output.
Entry # 01277 : Is Ready to Output.
Entry # 01282 : Is Ready to Output.
Entry # 01364 : Is Ready to Output.
Entry # 01370 : Is Ready to Output.
Entry # 01371 : Is Ready to Output.
>SP.ASSIGN HS
>LIST.ITEM CUST (P
Spooler Entry #2877
>SP.EDIT
Entry # 01200 : Is Ready to Output.
Entry # 01201 : Is Ready to Output.
Entry # 01202 : Is Ready to Output.
Entry # 01203 : Is Ready to Output.
Entry # 01211 : Is Ready to Output.
Entry # 01227 : Is Ready to Output.
Entry # 01230 : Is Ready to Output.
Entry # 01231 : Is Ready to Output.
Entry # 01234 : Is Ready to Output.
Entry # 01236 : Is Ready to Output.
Entry # 01238 : Is Ready to Output.
Entry # 01239 : Is Ready to Output.
Entry # 01259 : Is Ready to Output.
Entry # 01260 : Is Ready to Output.
Entry # 01264 : Is Ready to Output.
Entry # 01267 : Is Ready to Output.
Entry # 01277 : Is Ready to Output.
Entry # 01282 : Is Ready to Output.
Entry # 01364 : Is Ready to Output.
Entry # 01370 : Is Ready to Output.
Entry # 01371 : Is Ready to Output.
Entry   # 02877Status  : Hold*Size: 422305
Priority: 88   Copies  : 1Delay   :
Pages   : All  Eject   : Yes  Delete  : Yes
Form: 1Printer : [Any]Options : None
Display (Y/N/S/D/X/) ? N  (if I say Y it does show on the screen)
Spool (Y/N=CR) ? Y
Pages to output : ALL

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users