How would you define the end of a macro?
No Answer is Posted For this Question
Be the First to Post Answer
For what purposes have you used sas macros? : sas-macro
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
Are you sensitive to code walk-throughs peer review or QC review?
how does sas handle missing values in procs? : Sas programming
I need level 2 to 5 sas using companies in india
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help
At compile time when a SAS data set is read, what items are created?
How do i read multiple spaces in datasets?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
what are the different ways of merging two datasets.name atleast 4.
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
how can u create zero observation dataset?