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
How do you define proc in sas? : sas-grid-administration
What are the difference between the sas data step and sas procs?
Mention few capabilities of sas framework.
What do you code to create a macro? : sas-macro
What is the role of unrestrictive users? : sas-grid-administration
do you need to know if there are any missing values? : Sas programming
: and & modifiers.
name some data transformation used in sas di? : Sas-di
what is sas olap server? : Sas-di
how does sas handle missing values in functions? : Sas programming
What is the use of %include statement?
If you could design your ideal job, what would it look like?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
What do the mod and int function do? : Sas programming
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.