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       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
Can we replace a dataset into view?
 Question Submitted By :: Kiruthika
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Can we replace a dataset into view?
Answer
# 1
yes we can replace a data set with view by a procedure 
called datasets
 
Is This Answer Correct ?    1 Yes 0 No
Gk
 
  Re: Can we replace a dataset into view?
Answer
# 2
yes we can replace dataset into view

syntax:
   data  librefname.datasetname/view=librefnmae.datasetname;
   run;
sample:
  data aa/view=aa;
  set sashel.class;
  run;
 
Is This Answer Correct ?    1 Yes 0 No
Jyotshna
 
 
 
  Re: Can we replace a dataset into view?
Answer
# 3
yes we can 
ex: data aa/view=bb;
input variables;
datalines;
run;

 
Is This Answer Correct ?    0 Yes 1 No
Guest
 
  Re: Can we replace a dataset into view?
Answer
# 4
IT CAN BE DONE USING PROC SQL.
 
Is This Answer Correct ?    0 Yes 0 No
Arun & G.n.rao
 

 
 
 
Other SAS Interview Questions
 
  Question Asked @ Answers
 
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain. Accenture4
Under what circumstances would you code a SELECT construct instead of IF statements? Accenture4
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?  2
how do you read binary data in sas? Satyam3
what is Business Intelligence? CitiGroup3
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable) GSK6
What do you feel about hardcoding? Pfizer3
what is pdv? how it is related to input buffer in sas? Satyam4
How to select the observations randomly from a SAS dataset  4
describe about joins? briefly? CitiGroup2
What does a PROC TRANSPOSE do? Accenture2
what is portability of sas programmes? Capital-One1
what are methods to identify duplicate observations? HCL2
sas macros  6
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 some good SAS programming practices for processing very large data sets?  3
What is the order of evaluation of the comparison operators: + - * /** ()?  2
what is fact table and factless table?  1
how can u import .csv file in to SAS?tell Syntax? CitiGroup5
What is the difference between a PROC step and a DATA step? Accenture4
 
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