BookmarkSubscribeRSS Feed
deleted_user
Not applicable
HI all,
Can any body send me the sas code with explanation .will apreciate great help

Regards,
Govind.
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
The simplest technique is using a TITLE and FOOTNOTE statement in your SAS program to generate what I believe you are asking. Also, the SAS DATA step can be used to generate custom reports. And, the SAS ODS facility can provide enhanced report generation control. The SAS website http://support.sas.com/ has technical user community papers available for review, as well as SAS documentation.

Scott Barry
SBBWorks, Inc.


SAS product Documentation:
http://support.sas.com/documentation/


SAS Data Step - Writing a Report:
http://support.sas.com/onlinedoc/913/getDoc/en/basess.hlp/a002051742.htm


SAS TITLE and FOOTNOTE DOC:
http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000293668.htm
Cynthia_sas
Diamond | Level 26
And in addition to all the resources that Scott has mentioned, I'd like to give a shout out to PROC REPORT. You can use TITLE and FOOTNOTE statements with PROC REPORT, as with other procedures. However, you can -also- put a table/report header BEFORE or AFTER the report by using COMPUTE blocks and the LINE statement.

cynthia

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 909 views
  • 0 likes
  • 3 in conversation