What are the automatic variables for macro? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
Differences between where and if statement?
What is a method to debug and test your SAS program?
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
what is factor analysis? : Sas-administrator
How would you create multiple observations from a single observation?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
How can you put a "trace" in your program?
proc means? proc sort? proc append? proc freq? proc print? proc content?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
How necessary is it to be creative in your work?
What is SAS?
How can I remove header from output data set?