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.
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:
Cynthia
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.