Differentiate between ceil and floor functions.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between input and infile statement?
Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?
5 Answers American Express, Barclays,
what are different analysis datasets you created and what are the new variables created
What SAS statements would you code to read an external raw data file to a DATA step?
What is the pound sign used for in the data_null_ ?
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
How could you generate test data with no input data?
What are the ways in which macro variables can be created in sas programming?
in which companies SAS openings are there? List of companies using SAS technology.
if x=round(26.3,10)-1 then x= how much and how explain?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
What would be the value of month at the end of data step execution and how many observations would be there?