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 

Missover option in SAS

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


Joined: 01 Dec 2004
Posts: 82
Topics: 28

PostPosted: Tue Mar 13, 2007 4:30 am    Post subject: Missover option in SAS Reply with quote

Hi Friends

Could you please tell me what are the advantage of OPTION MISSOVER in SAS
while converting SAS to COBOL what are all the equallant function in COBOL , with respect to MISSOVER please help in that

Cool
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12381
Topics: 75
Location: San Jose

PostPosted: Tue Mar 13, 2007 6:13 am    Post subject: Reply with quote

coolguy,

The missover option in the infile statement is used to assign the SAS missing value to variables not given a value in a data record. Example:


infile 'ozone.dat' missover linesize=100;

The MISSOVER option on the INFILE statement prevents SAS from going to a new input line if it does not find values in the current line for all the INPUT statement variables, that is some of the values are missing. With the MISSOVER option, when an INPUT statement reaches the end of the current record, values that are expected but not found are set to missing.



Hope this helps...

Cheers

Kolusu

Ps: This is explained clearly in the sas manuals which you already got the link from your prior posts. Please read them first.
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
coolguy
Beginner


Joined: 01 Dec 2004
Posts: 82
Topics: 28

PostPosted: Tue Mar 13, 2007 6:26 am    Post subject: Reply with quote

Thanks Kolusu I'll go thru links , If i need any help i'll let you know

Thanks
Cool
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12381
Topics: 75
Location: San Jose

PostPosted: Tue Mar 13, 2007 6:29 am    Post subject: Reply with quote

coolguy wrote:
Thanks Kolusu I'll go thru links , If i need any help i'll let you know

Thanks
Cool


Wow. You made it sound it like as if I am waiting to serve you Evil or Very Mad

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
coolguy
Beginner


Joined: 01 Dec 2004
Posts: 82
Topics: 28

PostPosted: Wed Mar 14, 2007 12:29 am    Post subject: Reply with quote

Sorry kolusu, I didn
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