plz tell me some dimentional and fact table names in banking
project?
Answers were Sorted based on User's Feedback
Answer / sivaprasad
DimAgreementStatus,
DimCalendarDate
DimDBANAME
FACTMOPOLICYRELATIONPRO
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / dev
dim- ACCOUNT ,BRANCH,CALENDAR,FOUND TRANS
FACT- DetailsFact,DAILYAGGREATFACT
| Is This Answer Correct ? | 0 Yes | 0 No |
how to find no.of records in sequntial file itself?
What is "fatal error/rdbms code 3996" error?
I have source file which contains duplicate data,my requirement is unique data should pass to one file and duplicate data should pass another file how?
Give example for FACTLESS FACT TABLE in real-time scenario.
What are the types of containers in datastage?
in source is like seq file in date column have dd-mm-yy dddd-mmmm-yyyy mm-dd-yy yy-dd-mm yy-mm-dd i want to display only yy-dd-mm date formats only in tgt?
What is the project in datastage?
What all are the different way to run a job?
How to Convert the columns into rows?
Define APT_CONFIG in Datastage?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2