What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
No Answer is Posted For this Question
Be the First to Post Answer
Identify statements whose placement in the DATA step is critical.
what are all the default values getting in PROC MEANS...???
what is metadata? : Sas-bi
describe the interaction table in sas di? : Sas-di
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 in stream data in SAS?
how we can call macros with in data step?
How to do user inputs and command line arguments in SAS? D&B
What are the statements that are executed only?
What is the work of tranwrd function?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?