PRC REPORT: Carriage Return in Column to add to concatenated fields
I'm created a PROC REPORT that has a number of columns that are in the
input dataset and some others that are created in COMPUTE blocks. Some of
the columns are created using cats() to concatenate the values of others
etc.
Is it possible to insert a carriage return into a column using ods
escapechar='^' ;? I haven't been successful in doing this. For one of the
columns, I would like to do this, but I can't make it work: _C4_ =
cats(_C2_,"^", _C3); Columns C2 and C3 are computed, numeric columns.
Thanks for any help.
No comments:
Post a Comment