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 / aditya panwar
importing
to used input and infile.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the scrubbing procedures in sas? : Sas programming
What is the role of unrestrictive users? : sas-grid-administration
Do you need to know if there are any missing values?
how to generate the test data in sas without input data? : Sas-administrator
What are the features of base sas system?
how sas deals with business intelligence? : Sas-bi
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
How can you limit the variables written to output dataset in data step?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
what is slowly changing dimension? : Sas-di
Have you ever used the SAS Debugger?
what is change analysis in sas di ? : Sas-di
Explain what is SAS informats?
Which date function advances a date, time or datetime value by a given interval?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming