If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
Name and describe three SAS functions that you have used, if any?
In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
Can anyone help me about SAS Realtime scenarios in Clinical field
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
Describe the ways in which you can create macro variables? : sas-macro
wt is a-z and a--z?
Describe a time when you were really stuck on a problem and how you solved it?
Mention sas system options to debug sas macros.
What statement do you code to write the record to the file?