What is the difference between %local and %global?
Answer / venkatesh
if we write macro variable inside the local it is called local macro we can turn local macro variable into global macro.
if we write macro outside the global it is called global macro we can't turn global macro into local.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is syntax of proc merge ?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
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 the usage for assigning error=1 in a dataset ?
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
what is the difference between nodup and nodupkey options? : Sas programming
Name statements that function at both compile and execution time.
How to Rename Library?
Give e an example of..
How do you add a prefix to some or all variables in a dataset using a SAS macro?
How to read an input file in sas?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration