what is the difference between .dbc and .cfg file?
Answers were Sorted based on User's Feedback
Answer / nag
.dbc is used establish the connection between data base
server and Abinitio server.
.cfg file:Where all the enveroniment variables are declared
in order to the application and to support the multi
environiments.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / riman bhaumik
.cfg - > Database table configuration files for use with
2.1 Database components
.dbc -> Database configuration files
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ravi k
.dbc file is used for internal sources which are used in the project and which are configured like oracle, DB2 etc.
.cfg file is used for External sourecs like Hadoop, SAS etc. which are not configured in the system.
Both are the same when we are using same source
| Is This Answer Correct ? | 0 Yes | 0 No |
can we perform checkin and checkout through sandbox?
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.
List out the file extensions used in abinitio?
How can you force the optimizer to use a particular index?
. What is flow buffering ? How it reduces the chances of having deadlock ?
What are the six data process products of ab initio (architecture of ab initio)?
What do you know about abinitio?
What is $mpjret?
How can you achieve scan using reformat ?
Code check-in and check-out commands in AbInitio
Within a cursor, how would you update fields on the row just fetched?
One file contains header,body,trailer records and header in a single row as well as trailer too.How to segregate these header,trailer and body records and once it gets segregated,i want to make the body data in reverse i.e if i have 10 body records,the 10th record should be the first record,9th record should be the second line,etc..