BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi Hareesh,

take this.

data new (drop = i);
input a @ ;
do i =1 to 3;
input b c @@ ;
output;
end;
datalines;
1 23 14 26 36 23 33
2 14 24 24 24 24 55
;
run;
1 REPLY 1
deleted_user
Not applicable
The output is like this.

1 23 14
1 26 36
1 23 33
2 14 24
2 24 24
2 24 55

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 974 views
  • 0 likes
  • 1 in conversation