transform

A process of converting a single COBOL data item value to or from a relational database column value. An example would be taking a COBOL PIC 9(8) data item that contains 19970129 and converting it to an ODBC date column that contains January 29, 1997. Compare to internal function.