what is the difference between ab_work_dir and .work

Answers were Sorted based on User's Feedback



what is the difference between ab_work_dir and .work..

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

what is the difference between ab_work_dir and .work..

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

Post New Answer

More Ab Initio Interview Questions

Is it possible to create a parameter in the component?

1 Answers  


11. What is the use of allocate()?

1 Answers   TCL,


How is the partitioning with key different from round robin partition?

0 Answers  


What is the difference between Generate Records Component and Create Data Component?

6 Answers   Steria,


When we should use 'jobid' for commit table (Output table component??

1 Answers   HCL,






Give one reason when you need to consider multiple data processing?

0 Answers  


What is max core value ? what is the use of it?

2 Answers   JPMorgan Chase, Wipro,


How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa

0 Answers  


Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?

0 Answers  


How you can run a component for certain conditions ?

1 Answers  


What is abinitio?

0 Answers  


When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?

0 Answers  


Categories