What is the Main difference between Lookup Failure and Lookup Not Met? Plz explain with Example.
2 15268Input file one has data as shown below 1 2 3 4 5 6 7 8 Input file two has data like 6 7 8 9 10 11 Design a data stage job which will provide me three output files as shown below: Output 1 6 7 8 Output 2 1 2 3 4 5 Output 3 9 10 11 Let me know your answers
4 6415How to write a expression to display the first letter in Caps in each word using transformer stage ? Please let me know ASAP Thanks in advance...
1446Hi, 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 3403In work load management there are three options of Low priority, Medium priority and High Priority Jobs which can be used for resource management. why this feature is developed when there is already jobs prescheduled by scheduler or autosys. what will be the use of workload management then?
1452DB2 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
1476there are indexes on a table as index1 with col1, col2 index2 with col2 index3 with col1,col2,col3. if i run a query with col1='100' which index will be used and why
1 2525
Why do we use exception activity in Datastage?
What is the difference between datastage and informatica?
Is the value of staging variable stored temporarily or permanently?
Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?
How many types of sorting methods are available in datastage?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
If you want to use the same piece of code in different jobs, how will you achieve it?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
What is the use of datastage director?
What all are the different way to run a job?
What are transforms and what is the differenece between routines and transforms?
What is staging variable?
hi.... am facing typical problem in every interview " I need some critical scenarios faced in real time" plz help me guys
EXPLAIN SCD
What is active and passive stage?