-
Pipeline, Component and Data Parallelism
Give examples for pipeline, component and data parallelism
-
-
Abinitio EME
In my sandbox i am having 10 graphs, i checked-in those graphs into EME. Again i checked-out the graph and i do the modifications, i found out the modifications was wrong. what i have to do if i want to get the original graph..?
-
Print Position of Char
How to print the position of the char in a given word
I have a input like:
Column_name:
Indicator
YNNYYN
NNNYYN
YYYYYN
NNNNNN
REQUIRED O/P:
Where the Y is present in a given string, i want position of the string with CONCATENATE of P Letter.
o/p:
P1
P4
P5
P4
P5
P1
P2
P3 -
Load a file in oracle in chunks of 100 mb files
I need to load a single load ready file in oracle table in chunks of 100 mb files. How to do that?
-
How to add header and trailer in a file?
How to add header and trailer in a file?
Header - column names
Trailer - count of the records -
Rollup with null key for multifiles
I have a 4way mfs. I connected to rollup, i have mentioned key as null. How many records will come to output?
-
Split a 10 GB file into 10 files of 1 GB
How to Split a 10 GB file into 10 files of 1 GB in Ab initio?
-
Modify Record in Multi-file
How to modify record in multifile if data is ASCCI and if data is Obserddata?
-
Count of Multifile
How to get each partition count and total count of a multi file?
-
Why go for sort within groups?
We have sort and sort within groups components. we can achieve the sort within group functionality by placing two keys in sort group. Then why we have to go for sort within groups?
-
-
Pick the Delta Data From Specific Files or Tables
If I run the graph at 9 O'clock, it should pick the data with the latest updated timestamp records like from 8 to 9 O'clock updated records from the table. How to pick the delta data from specific files or tables?
-
Abinitio:.air-lock file and .project.pset
Explain what .air-lock file is?
What is the difference between .sandbox.pset and .project.pset and the need of .project-start.ksh and .project-end.ksh -
How to Convert 4 way mfs to 2 way mfs
how to Convert 4 way mfs to 2 way mfs ....can anyone tell me clear how to do with example
-
Scenario Based question
Hi All,
This is the I/p
customer item1 item2
A null 100
A 200 null
B null 300
B 400 null
desired o/p will be as below
A 200 100
B 400 300
Please help how to achieve this ?
-
Process 1TB Data and get Max age for each gender group
I have 1 TB of record with below format:
CUST_ID
CUST_NAME
GENDER
MOBILE_NO
AGE
I want to fetch max age from each Gender group by only using Reformat component. How to achieve this? -
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
-
-
Uniqe record.
I have an input file like below.
source|target|dist
BNG|CHN|150
CHN|BNG|150
PUN|MUM|200
MUM|PUN|200
HYD|KOL|1700
KOL|HYD|1700
How can I get uniqe record.
source|target|dist
BNG|CHN|150
PUN|MUM|200
HYD|KOL|1700
Abinitio Interview Questions
Ans