Can you execute a macro within a macro? Describe. : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
which domain is better in sas? clinical trails or banking
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Name statements that are execution only.
Code a PROC MEANS that shows both summed and averaged output of the data.
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
Tell me about % include and % eval? : sas-macro
how do u validate the program which u have written.
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
how can you import .csv file in to sas? : Sas programming