what is the difference between ab_work_dir and .work
Answers were Sorted based on User's Feedback
Answer / rajat singh
AB_WORK_DIR
Specifies the storage directory for temporary files written by the Co>Operating System when running a job.
When you run a graph, the Co>Operating System creates .WORK directories in the directories of the layouts of program components. During the execution of the graph, if components need to write temporary files, the Co>Operating System creates unique subdirectories in the appropriate .WORK directories, and the components write files in these unique subdirectories. The locations of the .WORK directories are based on the layout of a program component
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / abhishek
AB_WORK_DIR specifies the storage directory for temporary
files written by co-operating system when running a job. It
is a configuration variable whose value is a working space
for graph execution. It maintains the information related
to graph recovery.
In most cases, temporary files are maintained in the .WORK
subdirectory of a component’s layout. But when you use host
layouts or database layouts, which lack directory paths, or
when you use unwritable layout directories, the data is
written to a subdirectory of AB_WORK_DIR.
| Is This Answer Correct ? | 4 Yes | 0 No |
How can we test the abintio manually and automation?
What is difference between API
2 Answers CitiGroup, IBM, TCL,
We have file having country_name customer_name.For exp London Ram Bangalore Rohit London Shyam Bangalore Abhinav In output we need 2 files one file for london and second file for Bangalore.How to acheve this?
How do you truncate a table?
What is the difference between Generate Records Component and Create Data Component?
How can you increase the number of ports of your output flow? What is the limit? Can i have 20 out ports?
What is a partition?
What information is provided by .dbc file extension for connecting to the database?
What happens when we provide null key to sort, merge and pbks in Abinitio ?
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
What do you mean by continuous graph? what is it significance?
What is EME?What is GDE?What is Co-operating system?What is the link between all these?Please explain elaborately.