Another way is to use the SETPTR, to save the printout output to a HOLD file 
item (which is a directory) and a .txt or .csv type file, then just Print, in 
columns and rows (comma or tab seperated or whatever), and the results are in 
your nice neat O/S level text file.


 

 

 

-----Original Message-----
From: Wjhonson <wjhon...@aol.com>
To: u2-users <u2-users@listserver.u2ug.org>
Sent: Wed, Feb 20, 2013 1:02 pm
Subject: Re: [U2] Dumping data to file from TCL


If you use Accuterm, you can turn on capturing, and create an Idesc which 
encapsulates all fields you want, within tabs, then you output that one field, 
then turn capturing off and you're done.


 

 

 

-----Original Message-----
From: Phil Walker <p...@gnosys.co.nz>
To: U2 Users List <u2-users@listserver.u2ug.org>
Sent: Wed, Feb 20, 2013 12:57 pm
Subject: [U2] Dumping data to file from TCL


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

Reply via email to