Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cobol and MS Access- Packed decimal 1

Status
Not open for further replies.

Daugharthy

Programmer
Dec 14, 2000
1
US
I am working with an Access database that needs to be accessed by a cobol program. So far we seem to be doing ok with setting up the Access fields so that Cobol will be able to read them. Our problem now is how to handle the Packed decimal fields that are defined in Cobol in an Access table. Any suggestions?
 
I have to do things somewhat like this to VFP. Our general rule for this and any PC transactions is unpack before it leaves the mainframe, and repack on arrival.
I know this isnt much help but we dont even fool with them because of the ebcdic translation problems.
Go Canucks! (rabid Vancouver Canucks Fan)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top