What are routines in datastage?
No Answer is Posted For this Question
Be the First to Post Answer
how to delete one row in target dataset
can we use sequential file as a lookup
when will you go for dataset and fileset?
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
whats difference between ls -ltr and ls -lrt?
what is the difference between == and eq in UNIX shell scripting?
Hi, Please tell me how to solve this scenario in datastage ? Here we have 3 columns in a table TEST CODE,ENTRY DATE and BATCH The table looks like CODE ENTRYDATE BATCH 100 100716 1 100 100716 1 100 100716 1 200 122517 2 200 122517 2 302 555555 8 302 555555 8 302 555555 8 We need to create a seqno on grouping these 3 columns. The result should be like this. CODE ENTRYDATE BATCH SEQNO 100 100716 1 1 100 100716 1 2 100 100716 1 3 200 122517 2 1 200 122517 2 2 302 555555 8 1 302 555555 8 2 302 555555 8 3
1 Answers Alpharithm Technologies,
what is the difference between 7.1,7.5.2,8.1 versions in datastage?
Hi any one has datasatge 8.5 certication dump could you please provide your details i will contact you. send reply to my mail rajaadivi@gmail.com Thanks in Advance
How to create user defined environment varibale(parameter)?
in oracle target stage when we use load option and when we use upsert option?
What is the precedence of stage variables,derivations, and constraints?