BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
braam
Quartz | Level 8

I have a dataset with (let's say) 100 lines. Can I add a blank line to 50th (a random number) row? Then the set would be with 101 lines. Would it be possible simply? Just so you know, this dataset is my final output (e.g., regression result output). So I want it to be more readable by adding a blank line properly.

 

 

1 ACCEPTED SOLUTION
2 REPLIES 2
Cynthia_sas
Diamond | Level 26

HI:

  And, in the interest of completeness, if you just want a report and to add blank lines for readability purposes, you can do that with PROC PRINT without creating a copy of the original data, as shown below:

print_blank.png

 

Cynthia