What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
One way of creating a new variable in Macros is by % Let....What is the other way..?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
How would you create multiple observations from a single observation?
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
diff between nodup rec and ondup key???
for what purpose would you use the retain statement? : Sas programming
For what purposes have you used sas macros? : sas-macro
How to create an external dataset with sas code?
How many data types are there in SAS?
How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without entering the SAS WEB REPORT STUDIO
If a variable contains letters or special characters, can it be numeric data type?