What is the DynamicScriptGeneration and what is the Use?
Answer Posted / ramana
DSG is a feature of CO>OP 2.14 or higher that gives you thr option of running the graph without having to deploy it from GDE.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
Can anyone give me an example of realtime start script in the graph?
What is the difference between rollup and scan?
Explain what is the architecture of abinitio?
Can you explain the co>operating system’s processing model?
What is the difference between look-up file and look-up, with a relevant example?
What do you mean by the term data warehousing? Is it different from data mining?
What will be the skew for, input file->partition by key-> partition by round robin->output file
Why might the optimizer use a table scan when an index is available?
Mention what is a partition and what are the different types of partition components in abinitio?
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
What is the function that transfers a string into a decimal?
What is $mpjret?
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on