Sharath HG wrote:
Thanks for your valuable inputs,
Since i need to get the list of available jobs of a particular queue (i will have the queue name) inside a  jbase subroutine, SP-JOBS cannot be used as its Menu Based.
can you please suggest an alternative to SP-JOBS where i can provide the queue name a get the list of print jobs.
 
As I said, look at the documentation for the SPOOLER() function, which is a jBC (BASIC) function, which should give you the information you need:  queues = SPOOLER(1)

http://www.jbase.com/knowledgebase/manuals/3.0/30manpages/man/jbc2_SPOOLER.htm

Jim


Many thanks in advance
 
Sharath

On Thu, Aug 13, 2009 at 10:45 PM, Jim Idle <[email protected]> wrote:
Mark Hogden wrote:

SP-JOBS allows this already

 

Action Code / Options (P#; PT#; A acctname ; Q queuename; S status) :

 

Use Q queuename at the prompt


And you can explore teh other SP-xxxx commands and look up the SPOOLER() method for jBC, which would pretty much allow you to write your own views of things.

Jim

 

From: [email protected] [mailto:[email protected]] On Behalf Of Sharath HG
Sent: Thursday, August 13, 2009 6:10 AM
To: [email protected]
Subject: Print Jobs List

 

Hello,

 

Can i get an alternative to SP-JOBS which can list the print jobs based on a specified queue name.

 

 

Thanks

Sharath












--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to