What is difference between Global n Local Macro Variables..?
Answer Posted / balu
global variables,is defined if it is "open code"that is everything outside the macro.and it can be used anywhere in the program.whereas local variables are defined inside the macro.and it is used only inside its own macro.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
List down the reasons for choosing sas over other data analytics tools.
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What are the features of SAS?
Explain what Proc glm does?
How many ways to overcome a missing values???
How long can a macro variable be? A token? : sas-macro
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
how do you want missing values handled? : Sas programming
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?
What is a put statement?
Which command is used to perform sorting in sas program?
How to limit decimal places for the variable using proc means?
If you could design your ideal job, what would it look like?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is data _null_?