-
Ab Initio .mfctl and .mdir Files usage
What is the usage of .mfctl and .mdir files in the mfs directory of Ab Initio?
-
Wrapper Scripts
What are Wrapper scripts? What does it contain?
-
-
-
-
Append Records
How do we append records to an already existing file usin abinitio graph?
-
-
Delete a Record from Multifile
How to delete a record from a multifile?
-
Interpretation and its use
What is Interpretation in Abinitio? What are types of interpretations available and its uses? Where do we use each interpretation?
-
-
-
Production support for Ab Initio Graph
How do you do production support for Graph? How do you check whether graph is completed successfully or not (is it $? of unix?)What are different return values?
-
Rollup Component as Scan Component
How to use rollup Component as Scan Component? On what condition Rollup component can be used as SCAN?
-
Generate Sequence Number in a Multifile.
How to generate sequence number in a multifile using next_in_sequence().
-
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. -
-
Not Selecting Lookups Record
I have data like below.
source file:
EmpID sal
A 1000
B 2000
C 3000
D 4000
Lookup File
EmpID
A
B
Output File
EMPID Sal
C 3000
D 4000
I want empId, sal of employees those not present in lookup file -
-
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 -
Cummulative summary in AB Initio
How can I achieve cummulative sumary in AB Initio other than using SCAN component. Is there any inbuilt function available for that?
Abinitio Interview Questions
Ans