What is ibm datastage?
No Answer is Posted For this Question
Be the First to Post Answer
In which situations we can use normal and sparse lookup stages
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
How many Nodes configuration file you used in your last project?
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.
How can we move a DATASTAGE JOB from Development to Testing environment with the help of a datastage job using unix commands.
1) In a dataset how to delete a single row? 2) i have 50 rows , i want to display 5-7 records only? How to write the sql query? 3)i have 40 rows,i want to display last row? write sql query?
in one scenario source flat file like Fileld1 00122001550056200568 00256002360014500896 00123004560078900258 00147004560025800256 divide each 5 numbers as one column i.e here i need field1 field2 field3 field4 00122 00155 00562 00568 00256 00236 00145 00896 00123 00456 00789 00258 00147 00456 00258 00256 plz help me....
Have you used Unstructured data?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
Nls stands for what in datastage?
Which commands are used to import and export the datastage jobs?
i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer