BookmarkSubscribeRSS Feed
fbarry
Calcite | Level 5


I have the following list of id numbers in a SAS dataset:

1000

1000

2000

3000

3000

3000

I want to write out the dataset and put a blank line in between each group of ids i.e.

1000

1000

2000

3000

3000

3000

Searching online I keep find the "blankline" option but this inserts a blank line every n rows - which doesn't work for me as the number of rows for each id varies. I have tried the "by" option but it creates a new worksheet for each id and I need to have all the ids in the same worksheet.

Thanks!

1 REPLY 1
Ksharp
Super User

Use proc report instead. And post it at ODS AND REPORT forum , Cynthia is good at it .

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1480 views
  • 0 likes
  • 2 in conversation