majorbroncosfan
Programmer
I am trying to convert numeric information for a SQL database into the signed equivalent for a COBOL mainframe database. For example, the number 12345 would be converted to 1234E. Due to this fact, I need to be able to convert the column to a one that accepts characters. When I try to do the conversion, the system tells me I cannot. I am outputting the database as a flat file for COBOL. How can I do this?