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 proc univariate?
Explain how you can debug and test your SAS program?
Explain the use of proc print and proc contents?
Name types of category in which SAS Informats are placed?
what is null hypothesis? why do you consider that?
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
What can you learn from the SAS log when debugging?
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
Describe the ways in which you can create macro variables?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
what are the categories that sas informats are used to the place the data? : Sas-administrator
Which date function advances a date, time or datetime value by a given interval?
Compare sas with other data analytics tools.
explain what is factor analysis? : Sas-administrator
Give some examples where proc report’s defaults are same as proc print’s defaults?