Explain entity, attribute and relationship in datastage?
No Answer is Posted For this Question
Be the First to Post Answer
how can we create rank using datastage?what is the meaning of rank?
What a datastage macro?
In my project source data comes from MAINFRAME in files.so,This time data is coming as a binary file...I know for binary data we use Complex flat file stage..I have used it also..but on 'view data' data is not coming correctly..as it in MAINFRAME.give me some ideas..
How do u convert the columns to rows in datastage?
can we half project in parallel jobs and half project in server jobs?
How do you schedule or monitoring the job?
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
WHAT ARE THE STAGES U WILL USE IN IMPLEMENTING SCD2/DATE FIELD
How to create environments and call them? What is the use defined variables?
how to capture rejected data by using join stage not for lookup stage. please let me know
How to manage date conversion in Datastage?
Input Data is: Emp_Id, EmpInd 100, 0 100, 0 100, 0 101, 1 101, 1 102, 0 102, 0 102, 1 103, 1 103, 1 I want Output 100, 0 100, 0 100, 0 101, 1 101, 1 Means Indicator should either all ZEROs or all ONEs per EmpId. Impliment this using SQL and DataStage both.