which unix commands mostly used in datastage
Answers were Sorted based on User's Feedback
Answer / vinoth
Adding to the above list.
cp
mv
awk
if
these are some frequently used commands in DS.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to read the length of word in unix?
What is use Array size in datastage
how can or from where we can get reference data in scd type2 implementation?
How to display errors in datastage?
hi, how would i run job1 then job 3 , then job2 in a sequence of job1 ,job2,job3. Thanks sunitha
client know skid info?
A flat file contains 200 records. I want to load first 50 records at first time running the job, second 50 records at second time running and so on, how u can develop this job?
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)
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
i want send my all duplicate record one tar and all uniq records one target how we will perfome explain example: input data eid 251 251 456 456 951 985 out put/target1 251 251 456 456 out put/target2 951 985 how we will bring
13 Answers Bank Of America, IBM,
How can remove duplicates in a file using UNIX?
What is the difference between the local container and shared container?