How to get DML using Utilities in UNIX?
Answer / ck
m_db gendml will help you get the DML from Database.
cobol-to-dml and xml-todml are other utilities from command
line we can use to get DML's.
| Is This Answer Correct ? | 15 Yes | 0 No |
Mention what dedup-component and replicate component does?
How transaction file different from that of a sort file?
Which component breaks the pipe line parallelism in graph?
How can we test the abintio manually and automation?
what are kinds of layouts does ab initio supports ?
i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do we make single a1b2c3d4 and 4 different rows a1, b2, c3,d4.
What is Is_defined(), Is_null(), Is_Blank()?
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?
) Diff.between Output index and Output indexes?
What is AB_LOCAL expression where do you use it in ab- initio?
from a graph how to select only second record always in scan?
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