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

how do you pull data from equifax?tell me the process?

0 Answers   Synchrony Financial,


I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

0 Answers  


what is difference in window SAS & Unix SAS.....how do define working environment in both???

1 Answers   JPMorgan Chase,


How would you determine how far down on a page you have printed in order to print out footnotes?

3 Answers  


i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.

6 Answers   CTS,


I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.

4 Answers  


How to get the repeated values by using sql in sas ?

2 Answers  


what is the primary data source for the wrs? : Sas-bi

0 Answers  


Which are SAS Windows Clients & SAS Java Clients

3 Answers   TCS,


Can you execute a macro within a macro? Describe. : sas-macro

0 Answers  


At compile time when a SAS data set is read, what items are created?

5 Answers  


Why is a STOP statement needed for the point=option on a SET statement?

2 Answers   Quintiles,


Categories