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
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.
Can anyone help me about SAS Realtime scenarios in Clinical field
what is SAS/Access and SAS/Connect?what are the uses?
What is the difference between input and infile statement?
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
What is the use of the %include statement?
What is the use of divide function?
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
what is information maps?
What are the statements that are executed only?
what is hierarchy flattening? : Sas-di
What is the Program Data Vector (PDV) and What are its functions?