What is the difference between dml expression and xfr expression?
No Answer is Posted For this Question
Be the First to Post Answer
Can you run air sandbox run using pset ?
Is there any function in ab Initio which act like SCAN component
How you can run a component for certain conditions ?
what is the syntax of m_dump command?
What does dependency analysis mean in Ab Initio?
What are the different forms of output that can be obtained after processing of data?
)what is wrapper script?where it is going to execute and why we go for wrapper?
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 ?
What do you understand by a cartesian join?
What is the difference between a DB config and a CFG file?
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
Difference between private project parameters ,public project parameters and common project parameters?