Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I have a data file containing data in Zoned Decimal. Is it possible to change it into a different data type, so that its more readable. Is it possible to convert it to char ? Thanks in advance
Post Follow-up to this messageIn article <1152549434.960229.10980@m79g2000cwm.googlegroups.com>, Zeta <jeevitha.k@gmail.com> wrote: >Hi, >I have a data file containing data in Zoned Decimal. Is it possible to >change it into a different data type, so that its more readable. Is it >possible to convert it to char ? It might be possible, yes. Please post what you have tried so far in order to decrease the possibility of duplicating errors. DD
Post Follow-up to this messageZeta wrote: > Hi, > I have a data file containing data in Zoned Decimal. Is it possible to > change it into a different data type, so that its more readable. Is it > possible to convert it to char ? > Thanks in advance 1. HINT: Can you read some of the characters? If so, which ones do not appear to be numeric digits? 2. For background go to http://www.flexus.com/download.html and download cobdata.zip. This is a tutorial on COBOL data formats written by Michael Mattias, one of the regular contributors to this newsgroup. -- elliot
Post Follow-up to this messageIn article <1152549434.960229.10980@m79g2000cwm.googlegroups.com>, Zeta <jeevitha.k@gmail.com> wrote: >Hi, >I have a data file containing data in Zoned Decimal. Is it possible to >change it into a different data type, so that its more readable. Is it >possible to convert it to char ? For both this question and your question re EBCDIC-ASCII, I really suggest you first read my tutorial at: http://www.talsystems.com/tsihome_h...oads/C2IEEE.htm (Hey, it's free! No, I can't do it for less than that!) That will tell you some other information you will have to supply to the newsgroup members if you would like to obtain quality assistance from those members. -- Michael C. Mattias Tal Systems Inc. Racine WI mmattias@talsystems.com ph 262-681-3895 Outside WI Toll Free 1-877-264-2847
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.