How do you specify the number of iterations and specific condition within a single do loop?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between nodup and nodupkey options? : Sas programming
What is the difference between reading data from an external file and reading data from an existing data set?
If a variable contains only numbers, can it be a character data type?
explain the use of % includes a statement in sas? : Sas-administrator
Mention how to limit decimal places for the variable using proc means?
List down the reasons for choosing sas over other data analytics tools.
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Explain why double trailing @@ is used in input statement?
Mention some common errors that are usually committed in sas programming.
Describe the function and untility of the most difficult SAS macro that you have written.
: and & modifiers.