BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Mohan_Reddy
Obsidian | Level 7
Please solve this question !!!
I have dataset like below...

data ds;

do i=1 to 1000;

output;

end;

stop;

run;



Now i want output like



Using that "i" value create 3 new columns(variables).....One Variable should contain Odd numbers and



One variable should contain Even numbers..



Last variable should contain Prime numbers...



Please write a programme for this .......
PeterClemmensen
Tourmaline | Level 20

@Mohan_Reddy This seems like a different question than your original one. 

 

Please open a new thread instead.

Mohan_Reddy
Obsidian | Level 7
I have dataset like below...

data ds;

do i=1 to 1000;

output;

end;

stop;

run;

Now i want output like

Using that "i" value create 3 new columns(variables).....One Variable should contain Odd numbers and

One variable should contain Even numbers..

Last variable should contain Prime numbers...

Please write a programme for this .......

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 17 replies
  • 3740 views
  • 0 likes
  • 5 in conversation