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
How can you force the optimizer to use a particular index?
What are the different forms of output that can be obtained after processing of data?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
what is the project environment(for each project the environment is same or different to different project)?
What you can store, manage and reuse centrally in ab initio enterprise meta>environment (eme)?
How many components in your most complicated graph?
Describe the evaluation of parameters order in ab initio?
What information is provided by .dbc file extension for connecting to the database?
What do you understand by overflow errors?
How transaction file different from that of a sort file?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
Mention what information does a .dbc file extension provides to connect to the database?
What is MAX CORE of a component?
How would you find out whether a sql query is using the indices you expect?
What is local and formal parameter?