how will you location sas platform applications available from web browser? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum length of the macro variable?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
name several ways to achieve efficiency in your program? : Sas programming
What is the difference between nodupkey and nodup options?
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?
What does error:1 mean?
How do you control the number of observations and/or variables read or written?
explain what is data set in sas? : Sas-administrator
I have a dataset with variables empid and doj how to calculate retirement age?
What is program data vector (pdv)?
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”,…..
How do dates work in sas?