In SAS how to read the variable values having different
formats.
eg:mar99,mar1999 (in a single variable)
Answer Posted / vijay
for the informats/formats in the question i.e. DATEw.
ones.. we can use the above 2 informats
if the data is in MMDDYYYYw. fashion use EURDFDTw.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Enlist the syntax rules followed in sas statements.
What is the difference between one to one merge and match merge? Give an example.
what is business intelligence? : Sas-bi
how to change the execute of macro
Difference between sum function and using “+” operator?
What is substr function?
How to create list output for cross-tabulations in proc freq?
What is PROC in SAS?
How do you add a number to a macro variable? : sas-macro
what is the primary data source for the wrs? : Sas-bi
What would be the value of month at the end of data step execution and how many observations would be there?
How we can call macros with in data step? : sas-macro
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Are you sensitive to code walk-throughs peer review or QC review?
What is program data vector (pdv)?