QUICK
Hamilton, Allison
Allison.Hamilton@Cognos.COM
Tue, 8 Feb 2000 12:13:17 -0500
Roger, I suspect that QUICK requires that sys$input be defined. It doesn't
look like you defined it to anything in your setup. I know you don't really
want it, but I have vague recollections that QUICK won't work if it isn't
something that it understands as a file or device.
Of course - my recollections are getting vaguer and vaguer as time flies
past - and I just finished sorting out our group's PH manuals and found a
few antique gems as well - including a POWERCASE manual - haven't seen that
in a donkey's age!
As always - what few ideas I have are mine and my employer is too
embarrassed to admit I work here.
-----Original Message-----
From: Kesterson, Roger [mailto:Roger.Kesterson@ryobiaz.com]
Sent: Friday, February 04, 2000 9:37 AM
To: 'powerh-l@lists.swau.edu'
Subject: RE: QUICK
Hi All,
Jeff Hoffman asked for more info on what I'm trying to do, regarding not
being able to get QUICK (PH 710G2) to run as a detached process in OpenVMS.
We have a data collection system that will be writing data to a mailbox on
our Alpha. I need something to read those records from the mailbox and
write them to an indexed RMS file. I would like it to run as a detached
process if possible so as not to clutter up a batch queue.
The DCL RUN/DETACH command apparently does not allow parameters to be passed
to the image on the command line (like the AUTO= parameter for QUICK, QUIZ,
QTP), or at least I couldn't find a way to do it that it liked. So that
seemed to eliminate QTP as the image of choice. But QUICK on the other hand
has an alternative way to pass commands and parameters, by defining QKIN,
QKOUT, QK_TERMTYPE. So I wrote a short QUICK "screen" as follows:
SCREEN read_my_mbx
FILE my_mbx DESIGNER OPEN READ SHARE WAIT ON RECEIVE
FILE my_file DESIGNER OPEN WRITE SHARE
PROCEDURE INITIALIZE
BEGIN
WHILE RETRIEVING my_mbx
BEGIN
LET field1 OF my_file = field1 OF my_mbx
LET field2 OF my_file = field2 OF my_mbx
LET field3 OF my_file = field3 OF my_mbx
PUT my_file RESET
END
RETURN
END
I tried defining QKIN, QKOUT, and QK_TERMTYPE, and it would run fine
interactively, but apparently will not even start QUICK (at least there is
no indication that it does, ie. no error messages) when I add /DETACHED to
the RUN command. I get the "%RUN-S-PROC_ID, identification of created
process is..." message, but the process does not appear to ever actually
start running. There is nothing in the QKOUT file. I even tried using
/OUTPUT= and /ERROR= on the RUN command to receive any error or other
messages that might give some indication why its not working. I get nothing.
Maybe I just need to write something in a 3GL. Any and all suggestion or
ideas will be appreciated.
Thanks,
Roger Kesterson
Sr. Programming Analyst
Ryobi Outdoor Products, Inc.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.