What are operators in datastage?
Answer / abhisek
The parallel job stages are made on operators. A single stage might belong to a single operator or to a number of operators.
| Is This Answer Correct ? | 0 Yes | 0 No |
1.What is the flow of Transformer? 2.How can you do INDEX table in DataStage level?
What is the importance of the exception activity in datastage?
i/p o/p1 o/p2 1 1 4 1 1 5 1 1 6 2 2 2 2 2 2 3 3 4 5 6 how to populates i/p rows into o/p1&o/p2 using datastage stages?and also the same scenario using sql?
what is operator combinality in datastage?
How can remove duplicates in a file using UNIX?
where the log files or tables can store in DS?
Converting 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.
I have 100 records how can I load at a time from the single time
What are the processing stages?
how many types of remove the duplicate records?
WHAT IS FORCE COMPILE?
how to get the unique records on multiple columns by using sequential file stage only