Differentiate between hash file and sequential file?
Hi Can any one help regarding below INPUT NAME LOC Ram hyd Ram ban Raj chn Raj Pun Sam del OUPUT NAME LOC Ram Hyd ban Raj chn pun sam del
What is difference between server jobs & parallel jobs?
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
How many types of views are there in a datastage director?
What is the use of Row generator stage?
What are the steps needed to create a simple basic datastage job?
SOURCE CITY NAME1 NAME2 NAME3 NAME4 BGLR HCL CSC IBM TCS TARGET CITY COMPANY BGLR HCL BGLR CSC BGLR IBM BGLR TCS
What can we do with datastage director?
How do u view log file for a particular job?
Tell me Wt main advantage of Stage varibles? Project level hints?
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.