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
What is PDV?
What are pdv and it functions?
Which function is used to count the number of intervals between two sas dates?
what is metadata? : Sas-bi
what is business intelligence? : Sas-bi
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
what is data integration? : Sas-di
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 all the reports you generated in your recent project?
what are the benefits of data integration? : Sas-di
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What are the difficulties u faced while doing vital signs table or dataset?
how are numeric and character missing values represented internally? : Sas programming
Enlist the syntax rules followed in sas statements.
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi