What are some prerequisites for datastage?
No Answer is Posted For this Question
Be the First to Post Answer
How many number of reject links merge stage can have?
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
Hai..,This is Kiran M. What is D/B Change Capture stage and Difference stage?
how can or from where we can get reference data in scd type2 implementation?
How to RD using transformer?
What is the use of hoursfromtime() function in transformer stage in datastage?
what is the use of DSattchJob?DetachJob? where can we find it?
Source contains the metadata source ----- hyderabad,chennai,bangalore by using nested loop sequence select source as hyderabad in target just run target as hyderabad only not others please give me answer thanks in advance(give reply how to wrote logic using nested loop sequence)
How many Nodes configuration file you used in your last project?
how many datamarts we will use in real time project and when will use the datamart?pls send the replay early
I have scenario like this seq file --> transformer --> sort stage --> dataset In this job which prtitioning technique you are using and why???
col1 123 abc 234 def jkl 768 opq 567 789 but i want two targetss target1 contains only numeric values and target2 contains only alphabet values like trg1 123 234 768 567 789 trg2 abc def jkl opq