BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
TANMOY05
Obsidian | Level 7

How to remove the current date and time generated by SAS when the result is downloaded in pdf or RTF format? the part that is encircled in the red circle in the below picture.Screenshot (77).png

1 ACCEPTED SOLUTION

Accepted Solutions
Patrick
Opal | Level 21
options nodate;

Above will suppress printing of the date.

 

And if you also want to suppress printing of the page number:

options nonumber;

View solution in original post

3 REPLIES 3
Patrick
Opal | Level 21
options nodate;

Above will suppress printing of the date.

 

And if you also want to suppress printing of the page number:

options nonumber;
TANMOY05
Obsidian | Level 7
What to do if I want that date and time in bottom left corner of the page?
Patrick
Opal | Level 21

The Footnote statement with justity=left lets you define left aligned footnotes but ODS RTF will most likely give you much more control for "fine tuning" your report layout.

You can find a lot of white papers and forum discussions around ODS RTF.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1342 views
  • 1 like
  • 2 in conversation