How do you convert 4-way mfs to 8-way mfs?
Answer / anusha
m_partition <4-way partition_file_path> <8_way_partition_file_path> <dml_file_path> {keys used to partition the file}
| Is This Answer Correct ? | 1 Yes | 0 No |
explain checkin and checkout?
what is the project environment(for each project the environment is same or different to different project)?
What is the use of aggregation when we have rollup as we know rollup component in abinitio is used to summarize a group of data record? Then where we will use aggregation?
What is the difference between look-up file and look-up, with a relevant example?
I am having 10 records in i/p file,and i want to load only one record at a time to the output file.Then how can i do it?
How we can remove temp files of a failed job if .rec is not available ? How to use in abinitio graph?
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 are the primary keys and foreign keys?
Hi friends, i have input like below naresh 10,20 suresh 30,40 i want out put like naresh 10 naresh 20 suresh 30 suresh 40 please help me thank you
What do you mean by the overflow errors?
Where $mpjret is used in ab-initio?
How to find the project(pub,priv,common,client) in between public, Private,common?Any identification?