How to exclude first and last lines while reading data into a sequential file(having some 1000 records).I guess probably by using unix filter option but not sure which to use
Answer
Is This Answer Correct ? | 0 Yes | 2 No |
Question { 8715 }
What are the prerequisites for join stage
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 5782 }
What is the use of surrogate key stage?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
What is the default padding character?
Answer
Is This Answer Correct ? | 0 Yes | 1 No |
Question { 12477 }
What is the default execution order of the sequential file?
Answer
Is This Answer Correct ? | 4 Yes | 0 No |
Question { 25219 }
How many input links can you give to a Transformer stage?
Answer
Is This Answer Correct ? | 4 Yes | 1 No |
i want send my all duplicate record one tar and all uniq
records one target how we will perfome explain
example:
input data
eid
251
251
456
456
951
985
out put/target1
251
251
456
456
out put/target2
951
985
how we will bring
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 5300 }
Is there no issue when you try to convert a NOt null column
in nullable and vice versa in aggregator styage and
transformer stage? When I tried i got the warnings but in a
running code I can see such type of scenarios. Please
explain
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
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.
Answer
Is This Answer Correct ? | 1 Yes | 1 No |
INPUT 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?
Answer
Is This Answer Correct ? | 9 Yes | 3 No |
Question { 5052 }
what is the difference between the join and look up
explin me one exmple
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question
4)
source target
c1 c1 c2 c3
c2 c4 c4 c5
c3 c6 c7
c4
c5
c6
c7
Singal Source and Singal Target only subash,
Answer
Is This Answer Correct ? | 0 Yes | 0 No |