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 / jothi sankar
PUT _ALL_;
Eg:
DATA
_NULL_;
SET MYDATA; --> is got from external input file
FILE OFILE<is having output file path>;
PUT _ALL_; --> is for writing values with variables
PUT (_ALL_) (+0); --> is for writing only values
RUN;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of substr functions in sas programming.
Intern stastical programmer written test
what is proc Index? and what is proc document?
What does P-value signify about the statistical data?
Where do you use proc means over proc freq?
Name types of category in which SAS Informats are placed?
what is sas enterprise intelligence architecture? : Sas-bi
What is substr function?
how does sas handle missing values in a merge? : Sas programming
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Mention the validation tools used in SAS?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Explain the main difference between the sas procedures and functions? : Sas-administrator
How sas treats the dsd delimiters?