Is there a way to have a multilayered row setup in SAS? I have too many columns in my .rtf output, and the overflow is placed in a separate table. This is the desired result:
<b> ColumnA ColumnB ColumnC ColumnD</b>
<b> ColumnE ColumnF ColumnG ColumnH</b>
<b>Person 1 A1 B1 C1 D1</b>
<b> E1 F1 G1 H1</b>
<b>Person 2 A2 B2 C2 D2</b>
<b> E2 F2 G2 H2</b>