What are the steps required to kill the job in Datastage?
No Answer is Posted For this Question
Be the First to Post Answer
Hai..,This is Kiran M. What is D/B Change Capture stage and Difference stage?
if we take 2 tables(like emp and dept), we use join stage and how to improve the performance?
How a server job can be converted to a parallel job?
What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)
Tell me Wt main advantage of Stage varibles? Project level hints?
if ename='subbu' while running job the job should be abort how come?
How do you find the number of rows in a sequential file?
How To find the location of APT_confid file
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
How do y read Sequential file from job control?
create a job to get the previous row salary for the current row.if there is no previous row exists for the current row,then the previous row salary should be displayed as null? empid salary previoussalary 10 1000 null 20 2000 1000 30 3000 2000 40 4000 3000
how can or from where we can get reference data in scd type2 implementation?