Reading Unix files in Quiz/QTP

Rohde Dirk (Van) Dirk.Rohde@vpgroup.com
Sun, 5 May 2002 09:10:19 -0700


PowerHouse does not support variable length files.  You need to block them
using the Unix "dd" command as in the following example:

   dd if=var_file.dat of=var_file.conv cbs=80 conv=block

This example assumes a maximum record size of 80.  Change the "cbs"
parameter accordingly.  You would then process the var_file.conv file with
PowerHouse.

-----Original Message-----
From: Neil Harvey [mailto:neil@nha.co.za]
Sent: Saturday, May 04, 2002 1:33 AM
To: PowerHouse List (E-mail)
Subject: Reading Unix files in Quiz/QTP


Greetings

How can I read the variable length records (LF terminated) in files
created by redirection in HP-UX?

I want to read the output of commands like qshow record zxcvbn > qsfile
into Quiz or QTP.

What file/record/element/item must I define to allow this to happen?
I've tried varchar, freeform, size 1.

Regards

Neil


= = = = = = = = = = = = = = = = = = = = = = = = = = = =
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.