Which function is converts a string to an internal storage format?
-
I Conv
-
O Conv
-
Both
-
None of the above
A
Correct answer
Explanation
IConv (Input Conversion) converts external string representations to internal storage formats, like converting a date string to internal date format. OConv (Output Conversion) does the reverse - converts from internal to external display format. Both are DataStage BASIC functions for data conversion.