How do you get log info into a file?
What is RCP
What is the difference between odbc and drs stage?
how to define satge variables in transformer stage
How do u convert the columns to rows in datastage?
What is active and passive stage?
How to display all the duplicate records from the oracle Table?
WHERE YOU USE UNIX COMMANDS AS A ETL DEVELOPER?
how to design the change capture stage in(data stage parallel jobs) type 2
How can u write exception handling in seq file????
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)
CHANGE CAPTURE
souce file having the columns like name company krish IBM pooja TCS nandini WIPRO krish IBM pooja TCS if first row will be repeat i want the result like this name company count krish IBM 1 pooja TCS 1 nandini WIPRO 1 krish IBM 2 pooja TCS 2