what is change analysis in sas di ? : Sas-di
Answer / Abhishek Singh
Change Analysis in SAS-DI is a feature that allows you to compare two versions of a metadata object, such as tables or data flows, and identify the differences between them. This can help in understanding what changes were made and when.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name statements that are execution only.
What are symbol tables?Differemce between Local N Global Symbol tables.....
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
What are the automatic variables for macro? : sas-macro
Differentiate between ceil and floor functions.
what is the formula to measure Baseline
What is the SAS data set?
how do you validate sas program?
How many versions came upto now in SAS?
what is data governance? : Sas-di
How experienced are you with customized reporting and use of Data _Null_ features?
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.