how can you put a "trace" in your program? : Sas programming


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

Post New Answer

More SAS Interview Questions

Do you think professionally?

1 Answers   Oracle,


what are the new features included in the new version of sas i.e., Sas 9.1.3? : 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,


why is the use of Retrive statement and give me with example?

1 Answers   ME,


how do we get duplicate observations in a separate dataset?

6 Answers   CitiGroup,






what is hierarchy flattening? : Sas-di

0 Answers  


What are common programming errors committed in sas

0 Answers  


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

0 Answers  


Are you involved in writing the inferential analysis plan? Tables specfications?

0 Answers   Wipro,


1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question

8 Answers   CitiGroup,


Why is a STOP statement needed for the point=option on a SET statement?

2 Answers   Quintiles,


what are input dataset and output dataset options? : Sas programming

0 Answers  


Categories