On 20/02/13 21:24, Phil Walker wrote:
> No we aren't and this needs to be an automated script executed by cron or 
> other mechanisms e.g. EXECUTE command CAPTURING output etc.  I can create a 
> paragraph do to below if needed.....
> 
If you're happy using a program written by someone else there are
several on PickWiki. They'll dump to csv, or there's a Hollerith one
there that takes its column width from the dictionary and dumps in
fixed-width format.

Take a look and take your pick ...

Cheers,
Wol

> -----Original Message-----
> From: u2-users-boun...@listserver.u2ug.org 
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of William Brutzman
> Sent: Thursday, 21 February 2013 10:19 a.m.
> To: U2 Users List
> Subject: Re: [U2] Dumping data to file from TCL
> 
> If using Rocket's Dynamic Connect, it is easy to copy and paste green screen 
> data into say Windows NotePad.
> 
> --Bill
> 
> 
> On Wed, Feb 20, 2013 at 3:56 PM, Phil Walker <p...@gnosys.co.nz> wrote:
> 
>> Does Universe now have the ability to dump data to a file using a 
>> SELECT or LIST from TCL?  I believe Unidata does have this capability..
>>
>> For example, I can do a
>>
>> SELECT File SAVING IType
>>> SAVE.LIST ExportDirectory Datadump.dat
>>
>> But I would rather just say
>>
>>> LIST File IType TO ExportDirectory Datadump.dat
>>
>> I know I could use DOWNLOAD or use
>>
>>> LIST File Itype TOXML
>>
>> But I don't want to really use xml for this as there are a large 
>> number of  records and the contents of IType are long and I would 
>> prefer not to use DOWNLOAD, or have to write a program if I can help it.
>>
>> Any ideas?
>>
>>
>>
>> _______________________________________________
>> U2-Users mailing list
>> U2-Users@listserver.u2ug.org
>> http://listserver.u2ug.org/mailman/listinfo/u2-users
>>
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
> 
> 
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
> 

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to