How can you limit the variables written to output dataset in DATA STEP?
Hi,
you can use the DROP or KEEP statements
- Cheers -
Hi,
As well as the keep and drop statements answer already given by @Oligolas there are also keep= and drop= data set options.
For syntax details and an example, see the documentation:
http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000131144.htm
Regards,
Amir.
Both DROP and KEEP can be used to limit the variables in the dataset.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.