Can anyone help to find a statement to get all the
predefined formats?
Answers were Sorted based on User's Feedback
Answer / diya
to use the permanent format catalog the statement is
libname a 'c:\sas\files';
options fmtsearch=(a.treesfmt);
proc print data=a.trees (obs=5) label;
run;
To use your permanent sas data set eith user-defined
fortmat for the future sas sessions you need to
1. assign a sas library to location of the sas format
catalog.
2. specfiy the name of the sas format catalog with the ftm
seacrch option.
for info this website
http://www.umass.edu/statdata/software/handouts/SASLevel2.pd
f
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / cutepa1
Hi Diya! Thanks for your valuable answer. I shall start to
work with this.
Thank you.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between rename and lable in sas?
What is the maximum and minimum length of macro variable
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
How will you generate test data with no input data?
which date functions advances a date time or date/time value by a given interval? : Sas programming
Explain the purpose of substr functions in sas programming.
How can I remove header from output data set?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
how to change the execute of macro