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 / selvi
_all_ - Write all var present in Dataset including computed
variables also.
_input_- write only those variables read from input file
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the different types of sas functions?
How to read an input file in sas?
Do you know the features of sas?
Describe crosslist option in tables statement?
what is hash files in sas and why we are using this one in sas?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
If money were no object, what would you like to do?
How do dates work in SAS data?
Differentiate between sas functions and sas procedures.
Mention how to limit decimal places for the variable using proc means?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What is the SAS data set?
how do you pull data from equifax?tell me the process?
In proc transpose and data step with arrays which one you pick?
How do you use the do loop if you don’t know how many times you should execute the do loop?