If reading an external file to produce an external file,
what is the shortcut to write that record without coding
every single variable on the record?
Answer Posted / sunymuny
A PUT Statement using a Variable _all_ can be used to
achieve this task. where we wont have to mention all the
variable names for output using put statement.
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what is null hypothesis? why do you consider that?
In sas, what are the areas that you are most interested in? : sas-grid-administration
what are some good sas programming practices for processing very large data sets? : Sas programming
What are the data types does SAS contain?
What is the basic structure of a sas program?
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.
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
How to convert a numeric variable to a character variable?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
how to change the execute of macro
what is sas metadata repository? : Sas-bi
What is slibref?
What is the difference between the proc sql and data step?
how can you create zero observation dataset? : Sas programming
What is factor analysis?