Hi all,
Not a newbie, just can't find my code that converts a sas dataset into a format via Proc Format.
Anyone have the straightforward code readily available?
Thanks so much!
data fmt_cntlin;
set have (
keep=<source> <target>
rename=(<source>=start <target>=label)
) end=done;
fmtname = "myfmt";
type = "C"; /* N for numeric */
output;
if done
then do;
hlo = "O";
/* add code for "other" values */
output;
end;
run;
proc format cntlin=fmt_cntlin;
run;
Thanks a lot! It was very useful. Thanks once again!
Thanking you,
Yours sincerely,
- Dr. Abhijeet Safai
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 save with the early bird rate—just $795!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.