-
Sort data using reformat
How can i sort the data using reformat component in Abinitio?
-
Ab Initio - Counting Records
Using ROLLUP in Ab Initio, need to count the number of sites for each account e.g.
Input file:
SiteId, AcctId, Address
675765, 1, Smit Street
768768, 2, Orange Road
767876, 1, New Road
989898, 1, Jones Street
878787, 3, Ele Lodge
118768, 2, Red Street
Output:
AcctId, NoOfSites
1, 3
2, 2
3, 1 -
Syntax for Year checking and Processing Date
I have a scenario like, I am getting a date field from input in MMDDYY format and I have to check for same year as processing year then I should pass "", else if the input date is to previous year to processing date and less than 0301 then I should pass Y.
How to check and process the date? -
Abinitio Date Functions and File Corruption
What are the date functions in Abinitio & How to check a file is not corrupted in Abinitio?
-
.rec File Not Created
In which scenario, .rec files will not get created even if graph fails? How to use in Abinitio graph?
-
Parameter Definition Language (PDL)
What is PDL? Explain with an example?
-
Find Corrupted Record in a Multi File
How to find corrupted record in multifile?
-
Modify Record in Multi-file
How to modify record in multifile if data is ASCCI and if data is Obserddata?
-
Delete a Record from Multifile
How to delete a record from a multifile?
-
Multifiles with Join
What is behavior of join with multifiles if I use Join via common key in both files and if the key is different what is the result?
-
Disadvantage of Multi-file against Serial
What is the disadvantage of using multi-file if data volume is not much?
-
Interpretation and its use
What is Interpretation in Abinitio? What are types of interpretations available and its uses? Where do we use each interpretation?
-
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 -
Adding delimiters to a file which has no delimiter
How do I add Delimiter to a file which has text in the below format:
(There are multiple rows in the file like below row)
246631balacl1Lavanya Balachandran20120120R7891Unknown-1Unknown -
Pipeline, Component and Data Parallelism
Give examples for pipeline, component and data parallelism
-
Floor Casting
Hi Experts,
I have to write the below floor function in reformat.
Floor(dp.lcl_Prod_cd/10)
The source column data type is string as shown {utf8 string("x01") lcl_prod_cd}, here column name is "lcl_Prod_cd ". now i have to apply the floor function on this like "Floor(dp.lcl_Prod_cd/10)". i was tried in different ways like i was changed target dml to decimal and tried as shown below.... -
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 -
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?
-
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 Next_sal
101 500 800
102 800 900
103 900 200
105 200 NULL -
Abinitio Interview Questions
Ans