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.
IBM,
6 Data Stage 10567What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)
IBM,
Data Stage 2000Converting Vertical PIVOTing without using PIVOT stage in DataStage. Ex: DEPT_NO EMPNAME 10 Subhash 10 Suresh 10 sravs Output: DEPT_NO EMP1 EMP2 EMP3 10 subhash suresh sravs 2) How to implement Horizontal PIVOTing without using PIVOT stage.
3 Data Stage 15479How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
TCS,
1 Data Stage 6264INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
CTS,
11 Data Stage 15881I have 2 files 1st contains duplicate records only, 2nd file contains Unique records.EX: File1: 1 subhash 10000 1 subhash 10000 2 raju 20000 2 raju 20000 3 chandra 30000 3 chandra 30000 File2: 1 subhash 10000 5 pawan 15000 7 reddy 25000 3 chandra 30000 Output file:-- capture all the duplicates in both file with count. 1 subhash 10000 3 1 subhash 10000 3 1 subhash 10000 3 2 raju 20000 2 2 raju 20000 2 3 chandra 30000 3 3 chandra 30000 3 3 chandra 30000 3
TCS,
2 Data Stage 7242What is confirmed Dimension? what is Factless Fact? give one example? What are Additive, Semi-Additive Facts?
TCS,
1 Data Stage 5667diff between OLTP and OLAP? what TOP-DOWN and BOTTOM-UP Approach? which is best? what are Star Schema and Snow Flake Schema?
TCS,
2 Data Stage 6199I want capture UnMatched records from Primary source and secondary source in JOIN stage?
TCS,
3 Data Stage 13276Unix Qn asked in datastage interview: I have diff type(.txt, .tmp, .bat etc) of file in 4 diff directories, I want move all '.txt' file from 4 directories to other folder. And need to delete all the files except which are created TODAY?
TCS,
2 Data Stage 8120I have Seq file, I don't want 10, 11th(or any two records like 20, 30th records ) records in the output
TCS,
6 Data Stage 10689I have load a Dataset in UAT with 2 Node configuration, imported the job into PROD environment which is 4 node configuration and using this DataSet as SRC to other job. will the job run fine or give any errors? If job runs fine, on how many nodes? 2 nodes or 4 nodes?
TCS,
2 Data Stage 12778
How do u set a default value to a column if the column value
is NULL?
Answer
Is This Answer Correct ? | 4 Yes | 0 No |
WHAT are unix quentios in datastage
Answer
Is This Answer Correct ? | 6 Yes | 0 No |
I WANT TO SEND SYSDATE AS PARAMETER,SO WHAT COMMAND I
SHOULD USE TO CALL SYSDATE?
Answer
Is This Answer Correct ? | 6 Yes | 0 No |
how to call routines in stages?
Answer
Is This Answer Correct ? | 3 Yes | 1 No |
what is Audit table?Have u use audit table in ur project?
Answer
Is This Answer Correct ? | 10 Yes | 0 No |
With out using Funnel Stage, how to populate the data from
different sources to single target
Answer
Is This Answer Correct ? | 3 Yes | 1 No |
How can u execute the sql query through unix?
What is the Primary key for Dimension table?
what is the primary key for Fact table?
Answer
Is This Answer Correct ? | 7 Yes | 0 No |
how can i abort the job if i get more than 100 errors in
job log?
Answer
Is This Answer Correct ? | 17 Yes | 0 No |
Question { 9980 }
HOW CAN WE SEE THE DATA IN DATASET?
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
Question { 17194 }
how do u capture duplicates through sort & transformer
Answer
Is This Answer Correct ? | 5 Yes | 0 No |
1.how to generate even numbers in surrogate or tranformar
stage ?
2. how many ways to remove duplicate values?
Answer
Is This Answer Correct ? | 9 Yes | 0 No |
Question { 3089 }
how to find diff between 2 dates without using Icon...
funtions?
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
Question { 5430 }
i have 4 jobs i want run 1job should run on 1node and 2job
runon 2node
and.... how to make it possible?
Answer
Is This Answer Correct ? | 5 Yes | 0 No |
Question { 5370 }
how to closeing records after 10,000 records come?
Answer
Is This Answer Correct ? | 4 Yes | 0 No |
j1,j2,j3 jobs r runing iwant to run j1,j3 after j2 how to do
this using sequencer?
2)j1,j2,j3 jobs r runing iwant to run j1,j2,j3 how to do this?
Answer
Is This Answer Correct ? | 4 Yes | 0 No |