QUICK in BATCH mode
Boyle, Joe
Joe.Boyle@cognos.com
Tue, 24 Apr 2001 11:08:55 -0400
Hi Aci,
here is a small sample script,
$set noon
$set veri
$set proc/priv=all
$@SETPOWERHOUSE 710g3
$def/job SYS$SCRATCH $1$DKA100:[BOYLEJ.data]
$setdict sys$scratch:BULLLOCK
$quick auto=sys$scratch:LOCKTEST.QKC
$set noveri
all of the quick procedural code would typically be run from a 'while
retr...' loop out of the 'initial' procedure, with references to 'do
internal' calls. the last line of the 'initial' procedure would usually
contain the return verb.
Sample screen below,
can cle
set dict sys$scratch:bulllock
set defa
screen sys$scratch:LOCKTEST.QKc
temp t-key char size 5 reset at startup
; access bullp link to bulls
file bullp designer
file bulls designer
file rep-stats designer
temp t-p integer *10 reset at startup initial 0
temp t-s integer *10 reset at startup initial 0
PROCEDURE internal getdets
begin
while ret bulls VIA SCHED-COMMENT-CD using SCHED-COMMENT-CD of bullp
begin
let t-s = t-s + 1
end
end
PROCEDURE initial
BEGIN
while ret bullp sequential
begin
do internal getdets
let t-p = t-p + 1
end
let rep-stats-det of rep-stats = ascii ( t-p ) + " > " + ascii ( t-s )
put rep-stats
RETURN
end
build list detail
regards,
Joe Boyle.
-----Original Message-----
From: Aci Polajnar [mailto:Aci.Polajnar@rcc-irc.si]
Sent: 24 April 2001 13:33
To: 'PowerHouse List'
Subject: QUICK in BATCH mode
Hi there!
Is it possible to run QUICK in batch? What I would like
to do is to runn long run job, writen in QDESIGN with no terminal
input or output, just system parameters.
I am on OPEN VMS and PowerHouse PH7.10G1
Thanks!
--
_\\///_
(' o-o ')
_______________ooOo_( )_oOoo_____________________________________
Aci Polajnar Tel : +386(0)3 4274174
IS Consultant Fax : +386(0)3 4274198
Razvojni Center Celje e-mail: acip@rcc-irc.si
3000 Celje, Slovenia URL : http://www.rcc-irc.si
_______________oooO____Oooo______________________________________
( ) ( )
\ ( ) /
\_) (_/
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.swau.edu
Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
Unsubscribe: "unsubscribe" in message body to
powerh-l-request@lists.swau.edu
http://lists.swau.edu/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.