what is the difference between ab_work_dir and .work
Answer Posted / 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 |
Post New Answer View All Answers
What is sandbox?
What are the benefits of data analyzing?
What is $mpjret?
Can sorting and storing be done through single software or you need different for these approaches?
What is sort component in abinitio?
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
How many components in your most complicated graph?
What is publickey and private key?what is the use of this two keys?
Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999
Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?
What are the differences between different versions of co-op?
Have you ever encountered an error called “depth not equal”?
What are the fundamental blocks of co> operating system of ab initio?
Explain batch processing in ab initio?
Explain how you can run a graph infinitely in ab initio?