Can anyone help to find a statement to get all the
predefined formats?

Answers were Sorted based on User's Feedback



Can anyone help to find a statement to get all the predefined formats?..

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

Can anyone help to find a statement to get all the predefined formats?..

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

Can anyone help to find a statement to get all the predefined formats?..

Answer / chandu

Tanks diya... it works.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

Give an example where SAS fails to convert character value to numeric value automatically?

0 Answers  


Name statements that function at both compile and execution time.

3 Answers   L&T,


Are you involved in writing the inferential analysis plan? Tables specfications?

0 Answers   Wipro,


what is SAS OPTIMIZATION?

0 Answers  


In the flow of DATA step processing, what is the first action in a typical DATA Step?

9 Answers  






what is null hypothesis? why do you consider that?

0 Answers   Accenture, Quintiles,


DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.

8 Answers   Verinon Technology Solutions,


Have you been involved in editing the data or writing data queries?

1 Answers   BioServe, Oracle, Sasken,


how does sas handle missing values in a merge? : Sas programming

0 Answers  


wat has been most common programming mistake?

3 Answers  


What is the Program Data Vector (PDV) and What are its functions?

9 Answers  


Can we replace a dataset into view?

6 Answers   CliniRx,


Categories