what is the difference between infile and input? : Sas-administrator


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

In SAS explain which statement does not perform automatic conversions in comparisons?

0 Answers  


explain the function of substr in sas? : Sas-administrator

0 Answers  


define table lookup and how may ways it can be done...explian

3 Answers  


/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;

5 Answers  


what are scrubing procedures in SAS?

1 Answers   Oracle,






how do we mail reports from SAS environment to our team leader

5 Answers   Wockhardt,


what are the scrubbing procedures in sas? : Sas programming

0 Answers  


what are _numeric_ and _character_ and what do they do? : Sas programming

0 Answers  


/* This is example of age caluculate wihtout to display perfect days and years in output window */ data age; retain dob "12jun2003"d now "24may2011"d; age1=now-dob; age=(now-dob)/365.25; years=int(age); days1=round((age-years)*365.25); months=month(now)-1; if days1 gt 30 and months in(12,10,8,6,4,2)then do; month1=days1/30.4375; month=int(days1/30.4375); if day(now)=1 then days=1; else days=round((month1-month)*30.4375)+1; drop days1 month1 month; end; else if days1 gt 30 and months in (1,3,5,7,9,11)then do; month1=days1/30.4375; month=int(days1/30.4375); if day(now)=1 then days=1; else days=round((month1-month) *30.4375); drop days1 month1 month; end; drop age age1; proc print data=age; format dob now date.; run;

1 Answers   Emerio,


Which command is used to perform sorting in sas program?

0 Answers  


how do you want missing values handled? : Sas programming

0 Answers  


what type of reports you are generating in your company...???

2 Answers   GSK GlaxoSmithKline,


Categories