What statement do you code to write the record to the file?
Answer Posted / jothi sankar
FILE '<location-of-file-to-be-written>';
and
PUT var1 var2 var3 .... varn;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you explain the process of calendar?
How do you specify the number of iterations and specific condition within a single do loop?
List out some key concept of SAS
What is the difference between match merge and one to one merge?
What is SAS informats?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
what are the best practices to process the large data sets in sas programming? : Sas-administrator
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Enlist the syntax rules followed in sas statements.
Explain how merging helps to combine data sets.
Name and describe few sas character functions that are used for data cleaning in brief.
how to read the variables in sas? : Sas-administrator
How many ways to overcome a missing values???
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.
What are the different types of sas functions?