What is the language used in Ab Initio ?
Answers were Sorted based on User's Feedback
Answer / chand
the language used in abinitio is DML(data manipulation language)
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / ravikant
UNIX
basically when graph runs, it is executing .run file on
that server
| Is This Answer Correct ? | 3 Yes | 3 No |
How to run the graph without GDE?
Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com
What are the different types of partition components in abinitio?
Mention what dedup-component and replicate component does?
What are the types of data processing you are familiar with?
what are the steps in actual ab initio graph processing including general,pre and post process settings?
what is skew and skew measurement?
Describe what the SQL Server tempdb and tlog files are used for?
Can you read multiple input files using one input file component ?(same DML)
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
What is the function you would use to transfer a string into a decimal?
How many components in your most complicated graph?