What is the process of killing a job in datastage?
No Answer is Posted For this Question
Be the First to Post Answer
What is usage analysis in datastage?
WHAT IS FORCE COMPILE?
how to run a sequential file stage in parallel if the stage is used on the TARGET side
How do you run datastage job from the command line?
What is exact difference between Parallel Jobs and server Jobs..
i have one table with one column in this column i have three rows like 1,1,2 then that rows populate to target as first tow rows as one row and remaing row as one row how it posible? COLUMN_NAME SHIVA RAMU MADHU THEN I WANT TO LIKE SHIVA AND RAMU IN ONE ROW AND MADHU IS ONE ROW IF ANY ONE KNOW PLZ TELL ME
how do you pass parameters in a script?
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?
In Datastage, how you can fix the truncated data error?
how many rows sorted in sort stage by default in server jobs
How to perform incremental load in datastage?
This is UNIX question asked in DataStage Interview. Say I have n numbers of records in a text file. I want first 3 records in 1st file, last three records in 3rd file and remaining n-6 records in 2nd file. (Note: we don't know how many records are there in the File. I am getting one file on daily basis and I want three target files as asked above)