ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Data Warehouse  >>  SAS
 
 


 

 
 Teradata interview questions  Teradata Interview Questions
 Business Objects interview questions  Business Objects Interview Questions
 Cognos interview questions  Cognos Interview Questions
 Informatica interview questions  Informatica Interview Questions
 Crystal Enterprise Suite interview questions  Crystal Enterprise Suite Interview Questions
 Actuate interview questions  Actuate Interview Questions
 Ab Initio interview questions  Ab Initio Interview Questions
 Data Stage interview questions  Data Stage Interview Questions
 SAS interview questions  SAS Interview Questions
 Micro Strategy interview questions  Micro Strategy Interview Questions
 ETL interview questions  ETL Interview Questions
 Data Warehouse General interview questions  Data Warehouse General Interview Questions
Question
how do we mail reports from SAS environment to our team 
leader
 Question Submitted By :: Mallikarjuna Reddy.vanna
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how do we mail reports from SAS environment to our team leader
Answer
# 1
by using the option proc print to and specifying the path we
can expor the data set created and the datastep along with
the log to the required destination
 
Is This Answer Correct ?    0 Yes 0 No
Vijayabhargava.k
 
  Re: how do we mail reports from SAS environment to our team leader
Answer
# 2
we used html window
 
Is This Answer Correct ?    0 Yes 0 No
Rk
 
 
 
  Re: how do we mail reports from SAS environment to our team leader
Answer
# 3
filename outbox email ;
data _null_;
file outbox
	to=('xisguest@sas.com')
	cc=
('santhosh.stats@gmail.com','lsantosh@sristek.com','kvasukii
n@gmail.com')
/*	bcc=
('pavanj.sas@gmail.com','pavankumar@sristek.com')*/
	Subject="Test Email" 
	Attach =("C:\Documents and 
Settings\xisguest\Desktop\lenova.doc"
					"C:\Documents and 
Settings\xisguest\Desktop\new1.doc"
					"C:\Documents and 
Settings\xisguest\Desktop\new2.doc"
					"C:\Documents and 
Settings\xisguest\Desktop\new3.doc"); 

put 'Hi sristek/sas , 
		this is santhosh from pune pfa for code for 
sending mail'; 
run;
 
Is This Answer Correct ?    0 Yes 0 No
Santhosh
 
  Re: how do we mail reports from SAS environment to our team leader
Answer
# 4
SAS can have a special feature, i.e we can get many types 
of Output by using ODS, word, xls,txt,pdf,html,xml and 
many. The same we can send via mail. For example, sending 
of the clinical data to FDA by converting the datasets in 
to XML.
 
Is This Answer Correct ?    0 Yes 0 No
Pnprasad
 

 
 
 
Other SAS Interview Questions
 
  Question Asked @ Answers
 
what is fact table and factless table?  1
How would you delete duplicate observations?  7
what are the new features included in the new version of SAS i.e., SAS9.1.3? Wockhardt4
How could you generate test data with no input data?  9
Approximately what date is represented by SAS date value of 730  5
where will go the observations that were deleted by delete statement?  1
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT D&B1
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.  7
1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?  1
What SAS statements would you code to read an external raw data file to a DATA step? Accenture5
How experienced are you with customized reporting and use of Data _Null_ features? Oracle3
How do you read in the variables that you need? Accenture5
What is the purpose of the trailing @? The @@? How would you use them? Accenture7
How would you code a merge that will keep only the observations that have matches from both sets?  4
How would you code the criteria to restrict the output to be produced?  6
How would you keep from overlaying the a SAS set with its sorted version?  3
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?  3
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.  6
what is OLAP? CitiGroup2
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE CybAge1
 
For more SAS Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com