How to execute the graph from start to end stages? Tell me and how to run graph in non-Abinitio system?
Answer / Ved Pratap Singh
To execute a graph in Ab Initio, you need to set up the sequence of components, define the input files, and output files. You can use the 'RUN' command followed by the name of the graph file. To run a graph in a non-Abinitio system, you would typically write your own scripts that call the executables generated by Ab Initio. These scripts need to manage the data flow between components, handle input and output files, and perform any necessary processing steps.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain batch processing in ab initio?
How can you increase the number of ports of your output flow? What is the limit? Can i have 20 out ports?
What is a local lookup?
How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on
Describe the Evaluation of Parameters order.
What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?
Have you eveer encountered an error called "depth not equal"?
Can any body give the PDL with example?
What is a deadlock and how it occurs?
Mention what is the syntax for m_dump in abinitio?
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
How you can create cross joined output using join component ?