Answer Posted / bharathi
Run the .ksh script generated by the GDE
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Give one reason when you need to consider multiple data processing?
What is a rollup component?
What is the difference between dml expression and xfr expression?
Runtime behavior of Normalize and Reformat
What are the benefits of data processing according to you?
Can you explain the performance and scalability of co> operating system?
How scientific data processing is different from commercial data processing?
What dedup-component and replicate component does?
How to compare two dmls in abinitio
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
When we should use 'jobid' for commit table (Output table component??
Why might the optimizer use a table scan when an index is available?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
can we perform checkin and checkout through sandbox?