-
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
-
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? -
Interpretation and its use
What is Interpretation in Abinitio? What are types of interpretations available and its uses? Where do we use each interpretation?
-
MAX Core value in abinitio
What is max core value? wat is the use of max core?
-
-
-
Copy of File in GDE
How we can make N number (say 50) copies of a file in GDE without using replicate?
-
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
-
-
.rec File Not Created
In which scenario, .rec files will not get created even if graph fails? How to use in Abinitio graph?
-
Global and Local Parameters
What is the difference between global and local parameters
-
Nullable and Not Nullable Tables
If Input table is nullable and output table is not nullable then will the output table allow null values?
-
Generic Graph
What is Generic Graph? Explain with an example?
-
Parameter Definition Language (PDL)
What is PDL? Explain with an example?
-
-
Identify DML Impacted Objects
If a DML is changed, how to find out the impacted objects using a command?
-
Delete a Record from Multifile
How to delete a record from a multifile?
-
-
Find Corrupted Record in a Multi File
How to find corrupted record in multifile?
-
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
Abinitio Interview Questions
Ans