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  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
 Categories  >>  Software  >>  Data Warehouse  >>  SAS       
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.  0  35
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.  0  45
what is the frontend and backend of sas? Is sas is a progaming langauge or tool? on which langauge sas depends?  1  239
in which companies SAS openings are there? List of companies using SAS technology.  2  190
WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS? Accenture  1  152
why is the use of Retrive statement and give me with example? ME  0  76
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them? Accenture   0  104
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..  5  626
What does a PROC TRANSPOSE do? Accenture  2  968
What report output formats can you generate using SAS? Accenture  2  563
What is the difference between a PROC step and a DATA step? Accenture  5  766
What does error:1 mean? Accenture  2  457
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 CybAge  1  299
HOW MANY WAYS YOU CAN RETRIEVE THE DATA FROM ORACLE TABLES? WHAT IS ORACLE CLINICAL? HOW IT IS USEFUL? Accenture  0  73
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION? Zensar  2  390
E-Mail New Answers        Answer Selected Questions
 
 
 [1]    2  ... 3   ... 5   ... 7   ... 9   ... 11   ... 13   ... 15   ... 17   ... 19    Next
 
 
 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
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
how to do user inputs and command line arguments in sas? 45 D&B
HOW MANY WAYS YOU CAN RETRIEVE THE DATA FROM ORACLE TABLES? WHAT IS ORACLE CLINICAL? HOW IT IS USEFUL? 73 Accenture
Of all your work, where have you been the most successful? 74 Oracle
If money were no object, what would you like to do? 93 Oracle
How we will Developing new reports Using Data step programming and Macros ? 94  
why is the use of Retrive statement and give me with example? 76 ME
Describe a time when you were really stuck on a problem and how you solved it? 53 DELL
What would you change about your job? 70 Oracle
Give e an example of.. 47  
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them? 104 Accenture
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is?? 117 Oracle
How do handle working under pressure? 100 Oracle
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also. 35  
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE? 131  
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began? 56  
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately 46  
How necessary is it to be creative in your work? 66 Oracle
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3. 44  
Describe a time when you were really stuck on a problem and how you solved it? 69  
what is information maps? 56 CitiGroup
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

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