how do you pass parameters in a script?
Answer / sriharsha vemuri
dsjob -run -wait -param <parmeterset>.<var>=<value to
assign> <projectname> <jobname>;
| Is This Answer Correct ? | 1 Yes | 2 No |
how to create document in datastage?
What are the processing stages?
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
Explaine the implimentation of scd's in ds indetail, please send me step by step procedure to perform scd's 1,2,3. Please replay for this, Thanks in advance
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.
What are system variables and sequencers in datastage
Hi friends, I am new to datastage, i have one query in datastage any one you please give reply to my post. I have a workbook (excel sheet) named as eg: xxxx, in that i have two tables emp(eid, ename, salary, deptno) and dep(deptno, name, state). in my source i have ODBC enterprise stage read the emp table and dept table join the two table and write the dept no 10(eid,ename,salary,name,state) values in target(). Thanks, Badari
How to remove duplicates in transformer stage? in parallel mode
source contains 2 columns comes to target 4 columns how
What is data partitioning?
Please explain me the difference between 3 types of slowly changing dimension in datawarehousing?
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?