25. What option in PROC FORMAT allows you to create a format from an input control data set rather than VALUE statement?
Base SAS(R) 9.4 Procedures Guide, Third Edition (using a function to create a format) still the same procs
The option which is used to create the formats from the input dataset is cntlin
the way the dataset is passed in the cntlin in as below
proc format cntlin=dataset;
run;
the required variables in the dataset for creating the formats this way are
fmtname /*a valid format name*/
start /*value*/
end /*which is again a value , but can be used only when we need to assign the format to a range*/
label /* this variable has the value which you want to actually assign*/
type /* mention C if character format and N for numeric format*/
Thanks,
Jag
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.