HP3000-L Archives

September 1999, 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:
Tom Brandt <[log in to unmask]>
Reply To:
Tom Brandt <[log in to unmask]>
Date:
Mon, 27 Sep 1999 10:20:03 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
At 08:59 09/27/1999 -0500, "Martin, David" wrote:
>Old HP user, programmer/developer, admin is trying to clear the cobwebs and
>remember how to do all kinds of neato things with Image. Right now what I'm
>trying to find is a quick and dirty way to dump data from an Image dataset
>to an ascii flat file using tools available in MPE.

This is easy using QUERY.

Before you run QUERY, build a flat file:

!BUILD FOO;REC= <etc>.

Set a file equation:

!FILE QSLIST=FOO,OLD;DEV=DISC

In QUERY (or is it Query?):

>REPORT
>> <report statements>
>>  ...
>> OUT=LP
>> END
> ...

The OUT=LP in your report statements will direct the report output to file
QSLIST, which we have directed to the flat file.

HTH


Tom Brandt                            Northtech Systems, Inc.
+1 734-769-5040                     313 N. First Street
+1 734-769-5498 (FAX)            Ann Arbor, MI 48103

ATOM RSS1 RSS2