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?
No Answer is Posted For this Question
Be the First to Post Answer
where are dashboard components are created and maintained? : Sas-bi
What are the data types in sas?
what is intially documentation for a sas programmer?
How do you add a number to a macro variable?
When merging 2 datasets with a common variable (not merge key), how to keep both?
wt is a-z and a--z?
how many types of MERGE?
What are the ways in which macro variables can be created in sas programming?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How would you remove a format that has been permanently associated with a variables?
Can we replace a dataset into view?
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15