in datastage scenario this is sourec data i want this traget? tell me please?
source target
------- -------
Mohan,Prasad,Naresh Mohan
Prasad
Naresh
table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target?
How to create environments and call them? What is the use defined variables?
How to convert table data into xml file using xml output stage? please explain step by step;
what r the sources u need to create the datastage?
How can we read latest records in a text file named file1.txt using seq file stage only? file1 having 100 records in that 5 record sare latest records.How can we read that latest records?
What is confirmed Dimension? what is Factless Fact? give one example? What are Additive, Semi-Additive Facts?
DB2 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
How to remove ctrl M or(^M) characters in file using Sequential File stage?
2 Answers Bank Of America, Satyam,
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?
Can you explain how could anyone drop the index before loading the data in target in datastage?
Can you explain tagbatch restructure operator?
I have a file it contain 2 records like empname,company as Ram, Tcs and Ram, IBM. But i want empname, company1,company2 as Ram, TCS,IBM in the target. How?