What are the ways in which macro variables can be created in sas programming?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of sas management console? : Sas-di
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
What is the purpose of the trailing @? The @@? How would you use them?
Name statements that are execution only.
Name any two sas spawners? : sas-grid-administration
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
How do you use the do loop if you don’t know how many times you should execute the do loop?
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
Explain why double trailing @@ is used in input statement?
Which date functions advances a date time or date/time value by agiven interval?
Can you excute a macro within a macro? Describe.