Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how
No Answer is Posted For this Question
Be the First to Post Answer
i have a scenario like two columns(Empno, Ename) in that duplicate records are there, so my question is how to get second duplicate record in datastage.
What is difference between 8.1 , 8.5 and 9.1 ?
I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
How to read the length of word in unix?
If seg file having 10 records ex:eid 1 2 " " 10 if oracle database having 100 records ex:eid 1 2 " " 100 how to delete matched records permenently from oracle database using datastage ?
how CAN we remove duplicates in dataset?
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?
Name the different types of Lookups in Datastage?
i want job aborted after some records are loaded into output by using only sequential stage and dataset
Is the value of staging variable stored temporarily or permanently?
cust id,cust quty like 1,101;1,102;1,103 i want output like cust id,cust quty 1 101,102,103 in oracle please write a query in oracle
How to initialize environment variables?