What are the difference between ceil and floor functions in sas?
No Answer is Posted For this Question
Be the First to Post Answer
what are input dataset and output dataset options?
what are methods to identify duplicate observations?
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
how do you pull data from equifax?tell me the process?
0 Answers Synchrony Financial,
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
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.
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
what is the difference between %put and symbolgen?
How do you specify the number of iterations and specific condition within a single do loop?