Hi Team,
I have a dataset with several variables and i want to hide and unhide variables..Howw can I do that on the SAS screen.
Also How can i save the log???
procprinto???
Regards
Hi ,
Select the column and go to data->hide/unhide
you can also do this in SAS EG
Yes you can use proc printto to save the sas log.
Thanks,
Shiva
Hi ,
Select the column and go to data->hide/unhide
you can also do this in SAS EG
Yes you can use proc printto to save the sas log.
Thanks,
Shiva
Hi,
Thanks a lot.
Could you give me an example to use Proc printo???
Regards
There are several examples of using PROC PRINTTO in the documentation.
Great. I shall look it up
Regards
You can create a view to hide or unhide some columns.
Once creating this view and double click it or print it ,you will see the change.
data class/view=class; set sashelp.class(keep=name sex ); run;
Ksharp
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.