In SAS how to read the variable values having different
formats.
eg:mar99,mar1999 (in a single variable)
Answer Posted / shaik
data m;
input n date monyy7.;
format date monyy7.;
cards;
12 mar99
45 mar1999
45 sep98
run;
we will get output;
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how many types prompting framework can be broken down to? : Sas-bi
Name and describe few sas character functions that are used for data cleaning in brief.
What does PROC print, and PROC contents do?
What are the features of base sas system?
Explain substr function?
How do you delete duplicate observations in sas?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
how to read the variables in sas? : Sas-administrator
Explain the special input delimiters used in sas programming.
how would you determine the number of missing or nonmissing values in computations? : Sas programming
explain the difference between proc means and proc summary?
how does sas handle missing values in formats? : Sas programming
what techniques and/or procs do you use for tables? : Sas programming
Are you involved in writing the inferential analysis plan? Tables specifications?
If a variable contains only numbers, can it be a character data type?