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
SAS Super FREQ

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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 404 views
  • 4 likes
  • 3 in conversation