If there is a file that contains 1000 records, I need the ouput to contain these 1000 records with the header as file name concatenated with the current timestamp and trailer as the count of records
TCS,
2 5244in datastage scenario this is sourec data i want this traget? tell me please? source target ------- ------- Mohan,Prasad,Naresh Mohan Prasad Naresh
IBM,
1 4210i 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.
4 8085I have source like "abcdefghijklmnopqrs", how to change 10th character from j to z in datastage?
2 6208A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 million records.How to improve performance of this job.
IBM,
3 7531input Name Salay Sam 10 Sam 30 Sam 20 Ram 40 Ram 50 Output should be Name Salary Count Sam 10 3 Ram 40 2 get min salary and count of name . OutPut 2 Name Seq Sam 1 Sam 2 Sam 3 Ram 1 Ram 2
HCL,
1 4492Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C
3 10045
What are the types of containers in datastage?
How you can fix the truncated data error in datastage?
how to export or import the jobs in .ISX file
Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?
What is the difference between orabulk and bcp stages?
What are the different layers in the information server architecture?
What is the precedence of stage variables,derivations, and constraints?
What is "fatal error/rdbms code 3996" error?
Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?
Differentiate between Join, Merge and Lookup stage?
Define repository tables in datastage?
Where the datastage stored his repository?
How do you import and export data into datastage?
What is the differentiate between data file and descriptor file?
1.new record it will insert but changes of natural key is not present in taget i want to update (here key is composite natural key )can any one help this to explan how to do