how can u extract,transform and loading?

Answer Posted / basha

DATA IS EXTRACTED FROM DATABASE(ANY RELATIONAL DATABASE)
AND TRANSFORM THE DATA IN TO SAS BY USING GLOBAL VARIABLES
IN SAS/ETL I.E DBMS CONNECTIONS,LIBRARIES(SOURCE) AND ODD
(OPRATIONAL DATA DEFINITION GROUP) AND PERFORMING REQUIRED
MATHEMATICAL OPERATIONS IN BETWEEN SOURCE TABLES TO THE
FACT TABLE TRANSFORM THE DATA AGAIN LOADING THE DATA INTO
DATABASE BY USING TARGET LIBRARIES

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of proc print and proc contents?

733


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.

2032


is data integration and etl programming is same? : Sas-di

807


how can you import .csv file in to sas? : Sas programming

847


why a stop statement is needed for the point= option on a set statement?

821


Mention common programming errors committed in sas ?

845


How to sort in descending order?

1006


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

946


what is the use of sas management console? : Sas-di

817


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

816


What are pdv and it functions?

776


Do you know the features of sas?

807


How do you control the number of observations and/or variables read or written?

1017


What is the good sas programming practices for processing large data sets?

875


what is metadata? : Sas-bi

795