what is the use of DSattchJob?DetachJob? where can we find it?
No Answer is Posted For this Question
Be the First to Post Answer
What are stage variables and constants?
how many dimentions and fact tables used in your project and what are names of it?
what is the main differences between Lookup, Join and Merge stages?
Thanks to all people who are posting their comments...
Why do you need stage variables?
I 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?
I have a few records just I want to store data in to targets cycling way how?
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
What is the difference between Datastage 7.5 and 7.0?
What is the difference between Link collector and Funnel Stages?
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.