how can u extract,transform and loading?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / arun
Extraction, transformation and loading can be done using SAS/ETL
| Is This Answer Correct ? | 0 Yes | 0 No |
diff between nodup rec and ondup key???
How do you add a number to a macro variable? : sas-macro
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
Of all your work, where have you been the most successful?
How we can call macros with in data step? : sas-macro
how to read character value without using substr function in sas ?
how many display types available in sas bi dashboard? : Sas-bi
what is the main difference between rename and label? (don't say that they both perform the same function).
what are the types of interactive display types? : Sas-bi
what are the categories that sas informats are used to the place the data? : Sas-administrator
How would you code a merge that will keep only the observations that have matches from both sets?