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
explain the function of substr in sas? : Sas-administrator
How do you connect the desktop application to metadata server? : sas-grid-administration
what is sas and what are the functions? : Sas-administrator
Explain proc sort?
Mention what is PROC in SAS?
What is SAS?
If a variable contains letters or special characters, can it be numeric data type?
How to convert a numeric variable to a character variable?
What are the different versions of sas that you have used until now? : sas-grid-administration
what is sas metadata server? : Sas-di
what is proc Index? and what is proc document?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
how would you create multiple observations from a single observation? : Sas programming
How do dates work in SAS data?
What are all the problems you faced while validating tables and reports?