Re: Routine to Resubmit print/batch entries from queue listing
From: Fred Hoenisch (Fred.Hoenisch_at_gems9.gov.bc.ca)
Date: 10/20/04
- Next message: JF Mezei: "Re: HP announces new educational programme"
- Previous message: Bob Koehler: "Re: JAR files must be stream-lf"
- In reply to: Peter Weaver: "Re: Routine to Resubmit print/batch entries from queue listing"
- Next in thread: Alan E. Feldman: "Re: Routine to Resubmit print/batch entries from queue listing"
- Reply: Alan E. Feldman: "Re: Routine to Resubmit print/batch entries from queue listing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 20 Oct 2004 14:26:15 -0700
Thank you all:
I extracted the DISPLAY_JOBS.COM section from the HP link as per Peter's
suggestion, and it worked 99.9%. For some reason, the generated submit
statements missed (in all cases) the closing quotation marks following the
/AFTER="dd-mmm-yyyy hh:mm.ss" parameter and the /NAME="<job name>"
parameter.
It took me a while (because the number of quotes in the routine looked
fine), but eventually found that the problem goes away if you keep the
F$GETQUI command all on a single line (is this a bug)?
For example,
Change:
$ SAY " /NAME = ''F$GETQUI("DISPLAY_JOB", -
"JOB_NAME",, FLAGS )' -"
To
$ SAY " /NAME = ''F$GETQUI("DISPLAY_JOB", "JOB_NAME",, FLAGS )' -"
I suspect I can use the FIXQUE.COM routine that was sent to me to regenerate
all the print jobs. We're moving all our storage to new storage; and
therefore, I need to resubmit all the print and batch jobs from the old
units to the new drives. I have a couple hundreds jobs to do this for.
Yours truly,
Fred.
-- Disclaimer: Any comments made are personal and do not reflect the thoughts or policies of this company. "Peter Weaver" <WeaverConsultingServices@sympatico.ca> wrote in message news:2tacr5F1tc7okU1@uni-berlin.de... > > Check out > http://h18000.www1.hp.com/support/asktima/operating_systems/0095D437-BBF6EF2 0-1C0097.html > in it you will find DISPLAY_JOBS.COM which is what you are asking for. > It also has DISPLAY_FORMS.COM and DISPLAY_QUEUE.COM which you may also > want. > > If anyone wants to be completely frustrated, got to the Natural Language > Search Assistant at ITRC and search for "F$GETQUI LOG_SPECIFICATION" You > will get 3425 hits, many of them do not contain the string GETQUI. For > some reason this severely broken search engine saw the string > "SPECIFICATION" and decided that I wanted to find articles with "MODELS" > in them, i.e. "MODELS SPECIFICATION." But I have no idea why this search > would hit the article > http://h18000.www1.hp.com/products/servers/ProLiant5500-xeon/500-description .html, > this article has nothing to do with what I was searching for. The > article that I was actually searching for was the 30th item in the list. > But remember, starting in January this will be the only search tool > available to us since WIS and DSN are shutting down. > > -- > Peter Weaver > Weaver Consulting Services Inc. > Canadian VAR for CHARON-VAX > www.weaverconsulting.ca > >
- Next message: JF Mezei: "Re: HP announces new educational programme"
- Previous message: Bob Koehler: "Re: JAR files must be stream-lf"
- In reply to: Peter Weaver: "Re: Routine to Resubmit print/batch entries from queue listing"
- Next in thread: Alan E. Feldman: "Re: Routine to Resubmit print/batch entries from queue listing"
- Reply: Alan E. Feldman: "Re: Routine to Resubmit print/batch entries from queue listing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|