MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SAS - Remove the SAS header form report

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
chandra
Beginner


Joined: 26 Sep 2003
Posts: 130
Topics: 36

PostPosted: Sat Feb 25, 2006 12:46 pm    Post subject: SAS - Remove the SAS header form report Reply with quote

Hi,

I am writing in the report as follows.

Code:

PROC PRINTTO PRINT=OUTDD NEW;
***********************************************************************;
**                   CREATE REPORT                                   **;
***********************************************************************;

OPTIONS LS=133 PS=60 NODATE;
PROC REPORT DATA=FINALREP NOWD SPLIT='*' HEADLINE HEADSKIP;

COLUMN  CNTRID CLIENTID SSNTID BEG_DATE END_DATE RUN_DATE;


I am getting report as like this

Code:
                                      THE SAS SYSTEM

                           THIS IS THE REPORT FOR SURRENDER VALUES


I want to remove the "THE SAS SYSTEM" message from the report . Can any body help me how to remove this message.
_________________
Regards,
Chandra
Back to top
View user's profile Send private message
jetson
Beginner


Joined: 07 Oct 2005
Posts: 30
Topics: 2
Location: Texas

PostPosted: Sat Feb 25, 2006 8:51 pm    Post subject: Reply with quote

Are you using the TITLE statement? If so, then TITLE1 should replace "The SAS System"
Back to top
View user's profile Send private message
chandra
Beginner


Joined: 26 Sep 2003
Posts: 130
Topics: 36

PostPosted: Sun Feb 26, 2006 11:11 pm    Post subject: Reply with quote

Hi Jetson,

Thanks for the information.

Yes, If I use TITLE statement then it will overide the "THE SAS SYSTEM" message. But I am using LINE statement in Report to print title of the report, in this case how to overide?

Thanks !!
_________________
Regards,
Chandra
Back to top
View user's profile Send private message
jetson
Beginner


Joined: 07 Oct 2005
Posts: 30
Topics: 2
Location: Texas

PostPosted: Mon Feb 27, 2006 6:21 pm    Post subject: Reply with quote

How about just adding the TITLE parameter with no text: It's working for me...

PROC REPORT DATA=X;
COLUMN A B C;
TITLE;
RUN;
Back to top
View user's profile Send private message
chandra
Beginner


Joined: 26 Sep 2003
Posts: 130
Topics: 36

PostPosted: Tue Feb 28, 2006 12:05 pm    Post subject: Reply with quote

Yes It is working !!

Thank you very much Jetson.
_________________
Regards,
Chandra
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group