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



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

Answer / Vikash Tiwari

Data Integration and ETL (Extract, Transform, Load) are closely related concepts. ETL is a specific methodology used in Data Integration to move and prepare data for analysis. While not all Data Integration processes use ETL, many do, as it provides a structured approach to handling various data sources, transforming the data into a consistent format, and loading it into a target system.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?

3 Answers  


Name types of category in which SAS Informats are placed?

1 Answers  


what is the use of proc sql? : Sas programming

1 Answers  


what does .. meant in sas macros

3 Answers   D&B,


What are the default statistics for means procedure?

1 Answers  


Describe crosslist option in tables statement?

1 Answers  


what the use of proc glm

1 Answers   Accenture, C Marc,


create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;

6 Answers   WNS,


%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help

2 Answers  


In which case u go for libname and in which case u go for proc sql pass thru facilit diff?

1 Answers  


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?

7 Answers  


Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.

7 Answers   Accenture,


Categories