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 program data vector (pdv) and what are its functions?
Do you need to know if there are any missing values?
What is factor analysis?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what is metadata? : Sas-bi
what is SAS OPTIMIZATION?
How can you create a macro variable with in data step? : sas-macro
What do the put and input function do?
Name and describe few sas character functions that are used for data cleaning in brief.
how can you create zero observation dataset? : Sas programming
How to test the debugging in sas?
What are the functions which are used for character handling functions?
What do you know about symput and symget?
What is PDV?
Explain why double trailing @@ is used in input statement?