QUIZ maximum record length confined by maximum poage width
Guy Werry
guy.werry@hbms.ca
Mon, 13 Dec 2004 08:30:16 -0600
Why not use a portable subfile? If memory serves me correctly, there's
really no way around the page size restriction except to use a subfile.
Thanks,
Guy L. Werry
Senior Systems Analyst
Hudson Bay Mining & Smelting Co., Limited.
-----Original Message-----
From: Seamus Browne [mailto:Seamus.Browne@partage.org]
Sent: Monday, December 13, 2004 8:11 AM
To: powerh-l@lists.sowder.com
Subject: QUIZ maximum record length confined by maximum poage width
Hi,
Using QUIZ, I heed to export some data from PH on a HP3000.
(Yep, it's migration time ...)
I am stuck with a maximum field length, not per se, because this works:
acc dbfile
def x char * 600 = "XX"
But I can't report a field that is larger than the maximum page width,
i.e. 256.
Even when I specify a discfile as the report device the page width seems
to override any other specifications.
-----------------------------------------------------------------
can cle
set def
acc dbfile
def x char * 600 = "XX"
:purge xFile
:build xFile;rec=-600,,f,ascii;DISC=100
set rep dev disc name xFile
set page wid 0
^
* This value is not within the range of allowed values.
set rep spa 0
set nohead
rep x
go
* Can't report an element exceeding PAGE WIDTH specification.
--------------------------------------------------------------------
Any way round this in Quiz ?
TIA
Scottie Hannigan
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe <password>" in message body to
powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.