Difference between public and private projects and how to make
private to public?
Answer / p j
Reference: ITToolbox.com
1. public projects will contain interface
information, for example, metadata in the shape of DML, dbc connections etc
- Anything to do with an interface.
2. Private projects will contain graphs, the application, anything that
executes and/or processes data
3. Special public projects - These are stdenv and a local-environment
project
| Is This Answer Correct ? | 0 Yes | 0 No |
What is abinitio?
what is environment variables and parameters?
What is the latest version that is available in Ab-initio?
what is hash file in abinitio? how will it read in abinitio? in hash file the data files r combine (file1.dat,file2.dat,file3.dat......etc) how will it divide?
what are kinds of layouts does ab initio supports ?
What are the different types of partition components in abinitio?
Broadcast and replicate does the similar work , what’s the diff then
Explain about ab initio’s dependency analysis?
What information is provided by .dbc file extension for connecting to the database?
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
Hi friends, I have 100 records in my input file, if i run first,the first 10 records are stored into the output and if i run second time next 10 records stored into the output file like that please let me know the answer Thanks, krishna
How to implement the funtionality in the custom component to use in the graph?