Answer Posted / ranga .
Find all the Ans as below...
How to read a feed file from UNIX prompt without opening Ab-
initio GDE?
Follow the below steps:
Create the DML for reading the feed file and save it
with .dml extension.
Place the DML file in the .dml folder of the respective
sandbox being used (can even be ignored).
Execute the following command at unix prompt:
m_dump <.dml file(absolute path)> <feed file name(absolute
path)>
Ex:
m_dump /export/home/read_feed.dml /export/home/feedfile.dat
For more options on m_dump, type m_dump help on unix prompt.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Describe what the SQL Server tempdb and tlog files are used for?
Explain the difference between the truncate and delete commands?
What are the different forms of output that can be obtained after processing of data?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?what are differences between different versions of co-op?
What are the benefits of data processing according to you?
Have you ever encountered an error called “depth not equal”?
How to replace last 4 digits of an input column with XXXX given input column has 12 digits?
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
Why might you create a stored procedure with the with recompile option?
What are the key elements of a data processing system?
What happens when we provide null key to sort, merge and pbks in Abinitio ?
How you can run a graph infinitely in ab initio?
Can sorting and storing be done through single software or you need different for these approaches?
What is a partition?
Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?