While you're at it, you might check why SET FORMAT has no effect on the
output of QUICK CLUSTER (it has on LOGISTIC REGRESSION). I hoped -O
format=F9.4 would work, but it doesn't.
Thanks
frans
On 1/8/20 8:21 AM, John Darrington wrote:
I thought that SET WIDTH should also work.
Also I thought that when run interactively from a terminal, it should
default to the width of the terminal.
Perhaps we need to investigate why this is not happening.
J'
On Mon, Jan 06, 2020 at 09:58:59PM -0800, Ben Pfaff wrote:
On Mon, Jan 6, 2020 at 12:54 PM Frans Houweling <fhouwel...@email.it>
wrote:
> is there any way to prevent text output to wrap at 80 columns?
> I would like to retrieve cluster centers from the output of QUICK
> CLUSTER, but this is hindered by wrapping:
Yes, you can specify the maximum output width with "-O width=200" on
the command line for 200 columns (or whatever width you like).