Hello,
I receive a stream of files from an IBM mainframe that contains a 5-character quantity field. My local database is Oracle 10g. I parse and load the contents of these files into Oracle.
Periodically, I receive files containing encoded quantity values, for examples:
}5000
{0004
0192M
0000q
I did some research and found that '{' indicates a positive sign for example. Can someone give a definite explanation on how to convert to ascii, given values like above?
Thank you.
I receive a stream of files from an IBM mainframe that contains a 5-character quantity field. My local database is Oracle 10g. I parse and load the contents of these files into Oracle.
Periodically, I receive files containing encoded quantity values, for examples:
}5000
{0004
0192M
0000q
I did some research and found that '{' indicates a positive sign for example. Can someone give a definite explanation on how to convert to ascii, given values like above?
Thank you.