Hi ,
Thanks for your reply , but i was looking for a output like this ..
Obs name Valu1 name1 Value2
1 Planttype1 11 Planttype2 22
2 Planttype1 12 Planttype2 23
3 Planttype1 13 Planttype2 24
Try this.
data want;
retain name valu1 name1 value2;
name='Plantype1';
name1='Plantype2';
input valu1 value2;
datalines;
11 22
12 23
13 24
;
run;
Try this.
data want;
retain name valu1 name1 value2;
name='Plantype1';
name1='Plantype2';
input valu1 value2;
datalines;
11 22
12 23
13 24
;
run;
Hi @pearsoninst
Thanks for your question and for being part of SAS Support Communities. I'm glad you found help with your question.
I've moved your question to this forum as it may help others. Thanks!
Best,
Lainie
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.