HP3000-L Archives

February 2001, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Pickering, John (NORBORD)" <[log in to unmask]>
Reply To:
Pickering, John (NORBORD)
Date:
Fri, 23 Feb 2001 12:02:38 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
Define the tab character as below and then include it between each field
that you're reporting. It would probably be best to put this into a subfile
rather than using "set report device disc" but if you do use the latter then
you should probably also include "set report spacing 0".

 >DEFINE D-09 INT*2 = 08
 >DEFINE D-TAB CHAR*1 = CHAR(D-09)[2:1]

 >REPORT &
 > ITEM1 D-TAB &
 > ITEM2 D-TAB &
 ...

> -----Original Message-----
> From: C. Jack Gaddy [SMTP:[log in to unmask]]
> Sent: Friday, February 23, 2001 11:49 AM
> To:   [log in to unmask]
> Subject:      Tab-delimited Output from QUIZ
>
> We're trying to use QUIZ to produce a TAB-delimited Flat-file to export
> to a PC-based Sales Inquiry Tool.
>
> Does anybody know how to get QUIZ to output a TAB-character between
> Fields?
>
> Thanks much,
>
> Jack Gaddy, MIS Manager
> King & Prince Seafood Corp.
> 1 King & Prince Blvd., Brunswick, GA. 31520-8668
> Ph:  912-265-5155 x470   [log in to unmask]

ATOM RSS1 RSS2