In SAS how to read the variable values having different
formats.
eg:mar99,mar1999 (in a single variable)
Answer Posted / chiranjeevi
data code;
input name$ dob monyy7.;
cards;
a mar99
b mar1999
run;
proc print data=code;
format dob monyy7.;
run;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
for report generation which one you used proc report or data_null_?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the use of stop statement?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What was the last computer book you purchased? Why?
What do the PUT and INPUT functions do?
name some data transformation used in sas di? : Sas-di
How would you identify a macro variable?
How would you define the end of a macro?
how would you create multiple observations from a single observation? : Sas programming
what are all the reports you generated in your recent project?
explain what is factor analysis? : Sas-administrator
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Mention what is the difference between nodupkey and nodup options?