Output to CSV

Patrick

Newcomer
Joined
Apr 18, 2006
Messages
1
Reaction score
0
Points
0
I'm trying to export the result of several commands (q vol f=d, q filespace) to text-files which i then want to import into excel to do some data-sorting on. (Un)fortunately TSM makes these text-files very easy to read for humans, however getting excel to import them the right way takes a lot of work. Is there a way to make the output a CSV? I'm using dsmadmc for windows version 5.3.
 
Try:



dsmadmc -id=<yourid> -pass=<yourpassword> -comma "q vol f=d" > /your/file.csv



This is in the manual..
 
Back
Top