hi!
I am trying to select a "microfocus cobol format " dataset from teradata 13.0 ,so that cobol can read them .
I use fastexport to output the dataset.
old_xxx new_xxx
-------- --------
-123.456 12345v --negative number will convert to 'v' like in oracle " select chr(ascii('6')+64) from dual"
123.450 123450
-123.450 12345p
123.456 123456