SUPRTOOL Output for QTP Input
Kim.Bjorn.Jensen@lindorffapplications.com
Kim.Bjorn.Jensen@lindorffapplications.com
Mon, 18 Feb 2002 10:13:01 +0100
Hi
I've used a simple technique, where I first create a subfile using quiz,
with report limit 1 , and extracting the fields I need from the file(s) or
table(s) in question, like this:
QUIZ
SET REPORT LIMIT 1
SET NOHEAD
SET PAGE LENGTH 0
SET REP SPACING 0
ACCESS <table>
REP field_1 OF <table> &
field_2 OF <table> &
field_3 OF <table> &
field_4 OF <table>
SET SUBFILE NAME <subfile> KEEP SIZE 50000 &
INDEX <field> REPEATING SEGMENT <field> ; If you need
GO
EXIT
In the SuprTool code I have this output-stmt:
OUTPUT <subfile>,ERASE
You will be prompted to answer whether the file really is to be erased
before SuprTool starts processing data.
Best regards
Kim Bjørn Jensen
Principal Consultant
Lindorff Applications AS
NO-3800 Bø i Telemark
Norway
"Harrington, Don"
<don.harrington@bo To: "HP3000-L (E-mail)" <HP3000-L@RAVEN.UTC.EDU>, "PowerHouse-L
eing.com> (E-mail)" <powerh-l@lists.swau.edu>
Sent by: cc:
powerh-l-admin@cub Subject: SUPRTOOL Output for QTP Input
e.swau.edu
16.02.02 01:31
Gang;
What file type should I use for output in SUPRTOOL that is self-describing
such that QTP can read it. I would prefer not to have to put this file
into
the dictionary. I tried ,QUERY with no success.
Thanks,
Don Harrington
Sr. Systems Analyst
Facilities Applications Support
Shared Services Group
The Boeing Company
P.O. Box 3707 M/C 6C-AK
Seattle, WA 98124-2207
(v) 425-234-1145 (f) 425-234-0464 (p) 206-797-6360
The opinions expressed in this e-mail reflect those of the sender. They do
not necessarily reflect the opinions of The Boeing Company unless
specifically stated otherwise.
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
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.