current output file
Hi,
The above pic shows my output file. Now I want to create a separate file with the parms value if the intercept term only ,winid and permno.
If I use the keep statement, the output file still includes the values for STDER, T, PVALUE,L95B,U95B. However, I want to remove these values from my output file.
How do I do that?
Cheers,
Amalik
You keep talking about a file, an output file? What do you mean here, are you creating a report with proc print/report? Or a dataset? As a dataset would be simply:
data want; set have (keep=winid permno intercept); 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.