what is sas metadata repository? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
what is the main difference between rename and label? (don't say that they both perform the same function).
why is a stop statement needed for the point=option on a set statement? : Sas programming
How to save the log information in a file for future use
how can get the first and last observations in a dataset using Proc SQl?
What is the difference between input and infile statement?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
how to assign a macro value to a variable?
Which of the following is not created during compilation phase?
How are numeric and character missing values represented internally?
What is the difference between an informat and a format? Name three informats or formats.
what is enterprise guide? What is the use of it? : Sas programming
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro