-
Parameter Definition Language (PDL)
What is PDL? Explain with an example?
-
Generic Graph
What is Generic Graph? Explain with an example?
-
Nullable and Not Nullable Tables
If Input table is nullable and output table is not nullable then will the output table allow null values?
-
Global and Local Parameters
What is the difference between global and local parameters
-
.rec File Not Created
In which scenario, .rec files will not get created even if graph fails? How to use in Abinitio graph?
-
-
How to convert rows into columns and column into rows in abinitio
I have a scenario:
Input file
Col1 col2
1 A
2 B
3 C
4 D
and desired output should be like below:
col1 1 2 3 4
col2 A B C D
Could you please help
-
Copy of File in GDE
How we can make N number (say 50) copies of a file in GDE without using replicate?
-
-
-
MAX Core value in abinitio
What is max core value? wat is the use of max core?
-
Interpretation and its use
What is Interpretation in Abinitio? What are types of interpretations available and its uses? Where do we use each interpretation?
-
Complexity of a Graph or XFR
Suppose I have a project having many xfrs, I cannot check manually to understand the complexity of a xfr or graph, How can I check it, any command?
Can we understand its complexity just by checking dependency of a graph or XFR? -
Fetching of two files and form one File
Suppose we have two input files A and B both having different columns & data, for example A having 1 2 3 4 columns and B having W X Y Z, How to get output as 1 2 columns from A and W X Y from B
-
100 Records Loop Output
I have 100 records in input file if I run graph first time first 20 records will go to output, in next run 21 to 40 records will go to output, like this in 5th run 81 to 100 records will to output. Please let me know how can I achieve this?
Thanks in advance -
Record to Column
I have a record like below:
avi,mahi,virat,mahi,avi,virat,mahi,virat,avi
Output should be:
avi1
mahi1
virat1
mahi2
avi2
virat3
mahi3
virat4
avi3
Please suggest how can I achieve this. -
Rollup Component as Scan Component
How to use rollup Component as Scan Component? On what condition Rollup component can be used as SCAN?
-
-
Disadvantage of Multi-file against Serial
What is the disadvantage of using multi-file if data volume is not much?
-
Fetch Next Record Data
How can we fetch next record data for a particular field in ab initio?
i/p
id sal
101 500
102 800
103 900
105 200
o/p
id sal Pre_sal
101 500 0
102 800 500
103 900 800
105 200 900
Abinitio Interview Questions
Ans