-
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 -
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? -
-
-
-
Join on partitioned flow
If I have 2 files containing field file1(A,B,C) and file2(A,B,D), if we partition both the files on key A using partition by key and pass the output to join component, if the join key is (A,B) will it join or not and WHY?
-
Force_error Function
How does force_error function work ? If we set never abort in reformat , will force_error stop the graph or will it continue to process the next set of records ?
-
MAX Core value in abinitio
What is max core value? wat is the use of max core?
-
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
-
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
-
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 -
-
Phase verses Checkpoint
Difference between a phase and checkpoint as far as i know it something related with how temporary files containing the data landed to disk is handled.that is phases are used to break up a graph so that it does not use up all the memory , it reduce the no of component running in parallel hence improves the performances (used for performance fine tuning, by managing the resource in perfect manner)Check...
-
Abinition Multi file Conversion
How will you convert 8 way mfs to 10 way mfs for multi files?
-
-
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 -
-
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?
-
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 -
Top 2 transactions per date
I have a scenario like below:
Date Amt
01-01-2016 100
01-01-2016 300
02-01-2016 350
01-01-2016 200
02-01-2016 150
02-01-2016 400
01-01-2016 250
02-01-2016 250
I want to find top to transactions on each date:
Abinitio Interview Questions
Ans