In ODI, is it possible to reverse a COBOL flat file using a Copybook definition?
A.
No, you need to manually add the columns definition in all the cases.
B.
Yes, only using the file driver
C.
Yes, using the file and complex file drivers
D.
Yes, but only if the source file is an EBCDIC file.
+1Copybook can convert COBOL Copybooks into CREATE TABLE scripts for Oracle, SQL Server, and Teradata, plus convert the data from EBCDIC to ASCII, and load the data very quickly. View our short video demo at http://plus1se.com. Thanks!
B is correct