When we should use 'jobid' for commit table (Output table
component??
Answer Posted / anil
the jobid parameter allows u to pecify a unique job
identifier for each run of the graph. the co>op uses this
value to identofy the graph's run state..thus, for each fresh
run of the graph, the job identifier must be fresh..
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a data processing cycle and what is its significance?
How to move or copy the project parameter or project object to my sandbox?
Mention what is abinitio?
What do you mean by the overflow errors?
What are the fundamental blocks of co> operating system of ab initio?
Describe in detail about lookup?
What you can store, manage and reuse centrally in ab initio enterprise meta>environment (eme)?
Explain about ab initio’s dependency analysis?
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.
What is the purpose of having stored procedures in a database?
In abinitio, what types of parallelism are used?
How scientific data processing is different from commercial data processing?
What is a rollup component?
What are the factors on which storage of data depends?
Why creation of temporary files depends on the value of MAX CORE ? How to use in abinitio graph? 10. What is the diff between abinitiorc and .abinitiorc files ? How to use in abinitio graph? 11. What is the use of allocate()? How to use in abinitio graph? 12. What is use of branch in EME ? 13. How you can break a lock in EME ? How can you lock a file so that only no one other than EME admin can break it ? How to use in abinitio graph? 14. When you should be using ablocal() ? How you can use ablocal_expr? How to use in abinitio graph? 15. Why you should not keep the layout as 'default' for input table component ? How to use in abinitio graph? 16. What is dynamic lookup ? How to use in abinitio graph? 17. What is dependent parameter ? How to use in abinitio graph? 18. What is BRE ? (Business Rule Environment - This is a recent addition in abinitio package) How to use in abinitio graph? 19.What is output index ? How to use in abinitio graph? 20. How you can track the records those are not getting selected from ‘select’ in reformat component ? How to use in abinitio graph? 21. Can we have more than one launcher process for a particular graph ? How about agent ? How to use in abinitio graph? 22. There are lot of new fuctions added in 2.15 , you can ask about them ? How to use in abinitio graph? 23. How can you run multiple instances of a graph in parallel? How to use