CAN WE DECLARE DATASET SET WITH OTHER THAN .DS EXTENTION OR
NOT IF YES WHAT IS THE DIFFERENCE U FIND?IF NOT WHY?
Answers were Sorted based on User's Feedback
Answer / haribabu
no difference it only extention.it is not mandatary
| Is This Answer Correct ? | 0 Yes | 0 No |
where we use column generator stage in real time scenario?
Hi I have scenario like this s/r table T/r table ename,sal empno,ename,sal vijay,2000 1 , vijay, 2000 kumar,3000 2 ,kumar , 3000 ravi ,4000 3 ,ravi , 4000 How can i get target table like that without using Transformer stage?
What is audit table?
Can we use target hash file as a lookup ?
What are the different plug-ins stages used in your projects?
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks
How can remove duplicates in a file using UNIX?
how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know
SEQUENTIAL FILE I HAVE ONE RECORD,I WANT 100 RECORDS IN TARGET?HOW CAN WE DO THAT?PLS EXPLAIN ME AND WHAT STAGES ARE THERE?WHAT LOGIC?
What are the features of datastage flow designer?
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
if a column contains data like abc,aaa,xyz,pwe,xok,abc,xyz,abc,pwe,abc,pwe,xok,xyz,xxx,abc, roy,pwe,aaa,xxx,xyz,roy,xok.... how to send the unique data to one source and remaining data to another source????