What is the difference between a DB config and a CFG file?
Answer Posted / jakirazam
.dbc and .cfg are same file .
in older versions .dbc file is called as cfg.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Mention what are the different types of parallelism used in abinitio?
How scientific data processing is different from commercial data processing?
What are the different types of partition components in abinitio?
What is data encoding?
How can you SORT an already partitioned (round-robin) data ? How to use in abinitio graph? 3. How internally partition by key decides which key to send in which partition ? How to use in abinitio graph? 4. What is PDL ? Give him a shell type parameter and ask him to convert it to PDL. How to use in abinitio graph? 5. As shell type parameters are not supported by EME, then how you can use shell type parameter (If you don't want to use PDL) without hampering lineage diagram ? How to use in abinitio graph? 6.How you can generate dml from a COBOL copy book ? How to use in abinitio graph? 7. How you can convert from ebcdic to packed decimal ? How to use in abinitio graph?
can any one help me now i am learning AB Inito but i don't have material and pdf's can any one provide pdf's to this mail id mohanraju0113@gmail.com thanks in advance...................................
What are the benefits of data analyzing?
What do you mean by the overflow errors?
Mention some file extensions which are used in abinitio?
Define ramp limit in ab initio?
What information does a .dbc file extension provides to connect to the database?
Mention what is rollup component?
What is the architecture of abinitio?
How to replace last 4 digits of an input column with XXXX given input column has 12 digits?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC