You can ask about different vector functions. How to use in abinitio graph?



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

Post New Answer

More Ab Initio Interview Questions

Name the different type of processing based on the steps that you know about?

1 Answers  


What the difference between “look-up” file and “look is up” in abinitio?

1 Answers  


How co>operating system integrates with legacy codes?

1 Answers  


what is macro?At what situation we have to face?

1 Answers  


What is the syntax for m_dump in abinitio?

1 Answers  


What is rollup component?

0 Answers  


In abinitio, what types of parallelism are used?

1 Answers  


. What is flow buffering ? How it reduces the chances of having deadlock ?

1 Answers   HCL,


Have you worked with packages?

1 Answers  


Mention what is abinitio?

1 Answers  


What is brodcasting and replicate?

1 Answers  


explain the environment varaibles with example?

1 Answers  


Categories