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 |
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
What is the difference between a DB config and a CFG file?
. What is dynamic lookup ?
To which project that prefix will set is to private project or public project or both?how and where to set?
What are the differences between different versions of co-op?
What is difference between force_error & force_abort? How to use in abinitio graph?
What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?
Hi friends if u don't mind i want one question What abt READ MULTIFILE COMPONENT? PLZ GIVE BRIEFLY?
Pdl with an example?
What is the ab initio business rules environment (bre)?
What is local and formal parameter?
How can you find the 2nd Highest salary in a file department wise in abinitio?