what is the difference between ab_work_dir and .work
Answer Posted / 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 |
Post New Answer View All Answers
What is the function that transfers a string into a decimal?
What does it mean by the term 'sort component'?
Why might the optimizer use a table scan when an index is available?
What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.
Mention what is the syntax for m_dump in abinitio?
What is the difference between partitioning with key / hash and round robin?
What information does a .dbc file extension provides to connect to the database?
Mention some ways for improving performance of a graph?
Explain the difference between the truncate and delete commands?
Explain data flow graph with an example?
What is the difference between dml expression and xfr expression?
What is a local lookup?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
What dedup-component and replicate component does?
What are the steps to create a repository in ab initio?