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 the output when -1 is put in select_expr of FBE?
How you can run a graph infinitely in ab initio?
What is the max core of a component?
What is is a data flow graph?
How transaction file different from that of a sort file?
Have you used the rollup component? Describe how?
What is a look-up?
Describe the process steps you would perform when defragmenting a data table. This table contains mission critical data?
What would be the next step after collecting the data?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
Explain the methods to improve performance of a graph?
What are the different types of parallelism in ab initio?
what is the project environment(for each project the environment is same or different to different project)?
Have you ever encountered an error called “depth not equal”?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?