How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
8 12936If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
2 5388Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
1 5668If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
3 8954
How do you control the number of observations and/or variables read or written?
What is the basic structure of the SAS base program?
What is the role of unrestrictive users? : sas-grid-administration
why is sas considered self-documenting? : Sas programming
What are the different servers in sas? : sas-grid-administration
how does sas handle missing values in procs? : Sas programming
What is a pdv and what are its functions?
what is data access? : Sas-di
what are the component of range? : Sas-bi
what is the Population you used in your project, is it ITT or PP?
How does the internal authentication work in sas? : sas-grid-administration
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
This entry was posted in General. Bookmark the permalink. Post a comment or leave
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What are the differences between proc means and proc summary?