Mention some common errors that are usually committed in sas programming.
No Answer is Posted For this Question
Be the First to Post Answer
describe about metadata object? : Sas-di
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;
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How do you define proc in sas? : sas-grid-administration
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
what is lifetest
How would you delete observations with duplicate keys?
how do we mail reports from SAS environment to our team leader
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
What is the purpose of the trailing @? The @@? How would you use them?
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?
How to sort in descending order?