Hello team,
I need to learn SAS and I need to know the syntax for some of the keywords.
I am looking for syntax for DupOut, how to go to find the syntax and information about this key word?
Regards,
GN
data class;
set sashelp.class;
run;
proc sort data=class dupout=want nodupkey;
by sex;
run;
Thanks for the response.
I am learning SAS; I need some place to go when I have a question; like when I go to MSDN to ask a question or learn something.
Regards,
GN
Like This ?
data class;
set sashelp.class;
run;
proc sort data=class dupout=want nodupkey;
by sex;
run;
data class;
set sashelp.class;
run;
proc sort data=class dupout=want nodupkey;
by sex;
run;
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.