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?
code the tables statement for a single level frequency?
If you could design your ideal job, what would it look like?
how many display types available in sas bi dashboard? : Sas-bi
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
what are _numeric_ and _character_ and what do they do? : Sas programming
why a stop statement is needed for the point= option on a set statement?
Which function is used to count the number of intervals between two sas dates?
Explain how merging helps to combine data sets.
What is the difference between %local and %global? : sas-macro
explain about various caches available in data integrator? : Sas-di
what is sas? is a package or tool? give me introduction about sas?
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?