It's probably adjusting to the narrow frame width of the browser. Redirect to a file (" > filename") and look at the output. Not sure if you can do this with a browser
You can also run a commandline script and use the -commadelimited flag. Cheers, Suad -- On Tue, 2002-10-15 at 07:27, brian welsh wrote: > Hello, > > AIX 5.1, TSM-server 4.2.2.8 > > When I execute command 'select * from auditocc' (without quotes) from > command-line in Administrator Web-Interface it gives following output: > NODE_NAME: CLIENT > BACKUP_MB: 1000 > BACKUP_COPY_MB: 0 > ARCHIVE_MB: 0 > ARCHIVE_COPY_MB: 0 > SPACEMG_MB: 0 > SPACEMG_COPY_MB: 0 > TOTAL_MB: 1000 > and so on > > When I execute same command from Administrator Command Line, it gives > sameoutput: > tsm: SERVER>select * from auditocc > > But when I redirect output of command within AIX-script to a file, it gives > following output: > NODE_NAME BACKUP_MB BACKUP_COPY_MB ARCHIVE_MB ARCHIVE_COPY_MB ..... > --------- --------- -------------- ---------- --------------- ..... > CLIENT 1000 0 0 0 aso > > The script is displaying the output in horizontal way in stead of displaying > it in vertical way. > For some reasons I want to execute the command within a script and redirect > output to a file, but I want the same kind of output it gives when I execute > the command from command-line Administrator Web-Interface or Administrator > Command Line. I guess maybe it's a missing parameter. > > I hope that someone can give me a hint. > > Regards, > > Brian