i have a macro variable var1,var2. i want titles for the each
macro variable separately? how it is possible?
What is criteria for adverse events and treatment-emergent adverse events?
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
What is the sas data set? : sas-grid-administration
what is Enterprise Guide?what is the use of it?
What are SAS/ACCESS and SAS/CONNECT?
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
What is the role of sas grid administrator? : sas-grid-administration
Name statements that are execution only?
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Give e an example of..
What are _numeric_ and _character_ and what do they do?