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
what is snowflake schema? : Sas-di
what is intially documentation for a sas programmer?
What are pdv and it functions?
what is OLAP?
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What are the difficulties u faced while doing vital signs table or dataset?
How would you include common or reuse code to be processed along with your statements?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
In the flow of DATA step processing, what is the first action in a typical DATA Step?
what is data integration? : Sas-di
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.