You can ask about different vector functions. How to use in abinitio graph?
Answer / Hema Singh
In Ab Initio, vector functions are used for array-like operations on data. Some common examples include SUM(), AVERAGE(), MIN(), and MAX(). To use them in your graph, you would define the vector function as part of your processing statement.nnHere's an example of using the SUM() function to calculate the total value of a column:nn```abapnBEGIN-OF-PROGRAM.n DEFINE SOURCE AS TABLE 'input_table'.n DEFINE VARIABLE TOTAL AS INTEGER WITH DEFAULT 0.n PROCESS EACH ROW FROM SOURCE DOING:n SET TOTAL TO SUM(ROW.value).nEND-OF-PROGRAM.n``
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the different type of processing based on the steps that you know about?
What the difference between “look-up” file and “look is up” in abinitio?
How co>operating system integrates with legacy codes?
what is macro?At what situation we have to face?
What is the syntax for m_dump in abinitio?
What is rollup component?
In abinitio, what types of parallelism are used?
. What is flow buffering ? How it reduces the chances of having deadlock ?
Have you worked with packages?
Mention what is abinitio?
What is brodcasting and replicate?
explain the environment varaibles with example?