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 |
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
Explain what is data step?
what is the main difference between rename and label? (don't say that they both perform the same function).
Give an example where SAS fails to convert character value to numeric value automatically?
How would you include common or reuse code to be processed along with your statements?
How to sort in descending order?
List out some key concept of SAS
Mention what are the data types does SAS contain?
In SAS explain which statement does not perform automatic conversions in comparisons?
how to generate report for 0 observation dataset?
describe how to adjust the performance of data integrator? : Sas-di