How do you debug and test your SAS programs?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between the SAS v8 and SAS v9?
Give e an example of..
what is the frontend and backend of sas? Is sas is a progaming langauge or tool? on which langauge sas depends?
Which function is used to count the number of intervals between two sas dates?
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What are the automatic variables for macro? : sas-macro
what are the scrubbing procedures in sas? : Sas programming
what is the main difference between rename and label? (don't say that they both perform the same function).
Intern stastical programmer written test
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?
What is the purpose of using the N=PS option?
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?