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                      
tip   SiteMap shows list of All Categories in this site.
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 u test a pros sql(works or not) without executing it?
 Question Submitted By :: Sudha
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how do u test a pros sql(works or not) without executing it?
Answer
# 1
you have 2 different ways for that.
1. using Noexec option 
2 using Validate option

Noexec option checks the all queries written in proc sql
step while Validate checks only single query.

syntex:
Proc sql noexec;
create table stu as
select name from student;

create table emp as
select empname from employee;
quit;

In this example noexec will check the syntex of both query.

proc sql;
validate
select * from emp;
validate
select * from stu;
quit;

In this validate will check each query individually.
 
Is This Answer Correct ?    2 Yes 0 No
Amit Gupta
 

 
 
 
Other SAS Interview Questions
 
  Question Asked @ Answers
 
Can anyone help to find a statement to get all the predefined formats? Verinon-Technology-Solutions3
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc? Accenture1
What is _n_?  17
what is Enterprise Guide?what is the use of it? CitiGroup2
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?  1
How would you remove a format that has been permanently associated with a variables?  2
what are the validation tools in sas?  1
How do you generate random samples?  4
Code a PROC MEANS that shows both summed and averaged output of the data.  1
How would you combine 3 or more tables with different structures?  1
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file? Accenture1
in ods is there any lib's SAS1
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.  2
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.  3
what is pdv? how it is related to input buffer in sas? Satyam4
what is Global Symbol table and Local symbol table? CitiGroup2
Name statements that function at both compile and execution time?  1
What do you feel about hardcoding?  1
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.  1
what are scrubing procedures in SAS? Oracle1
 
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