How to create repository in abinitio for stand alone system(local nt)?
No Answer is Posted For this Question
Be the First to Post Answer
How to create project (public,private,common,client) what are the differences between them?
How co> operating system natively processes the data?
Explain the methods to improve performance of a graph?
What does edp stand for?
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
How do you improve the performance of a graph?
What is the difference between a DB config and a CFG file?
what are the steps in actual ab initio graph processing including general,pre and post process settings?
what is the project environment(for each project the environment is same or different to different project)?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
In which scenario, .rec files will not get created even if graph fails ? How to use in abinitio graph?
)what is wrapper script?where it is going to execute and why we go for wrapper?