Can anyone help to find a statement to get all the
predefined formats?
Answer Posted / 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 |
Post New Answer View All Answers
Name few SAS functions?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
explain about various caches available in data integrator? : Sas-di
what is function of retain statment
Have you used macros? For what purpose you have used? : sas-macro
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
How sas treats the dsd delimiters?
Which function is used to count the number of intervals between two sas dates?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Describe crosslist option in tables statement?
What is the maximum length of the macro variable?
What is program data vector (pdv)?
name several ways to achieve efficiency in your program? : Sas programming
Can you suggest us materials for sdtm mapping?
What is your favorite all time computer book? Why?