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!

CODESET ROUTINE?

Status
Not open for further replies.

gongura

Programmer
Oct 28, 2002
7
US
Hi ,

Iam using "_codeset" in the cobol program to convert into EBCDIC and when i animate with MF net express,it is working fine.When run the same program in dos as exe file,it is not working.Is there any restriction in using the codeset routine?.Is it required to set any option at the time compile and running in the dos as executable file?.

Please give me help in this regard.

TIA,
gongura.
 
You probably did not include _codeset.obj in the link.

It is far easier to do a build instead of a link and avoid these sort of problems. Let me know if you would like more info.

Hope that helps! Clive
 
Hi,

I have added _codeset.obj,even i am unable to to convert.
please help me.

TIA
gongura
 
This is from Microfocus:

"Whenever EBCDIC support is required with a deployed program, you need to link two objects into your application. The two objects are (1) _CODESET.OBJ and (2) CS????.OBJ, where ???? is the number of the appropriate code page required by your application."
 
Hi,

What is CS????.OBJ.How to create it.Please, let me know.


TIA,
Gongura
 
They should come with the product, and implementation is probably optional.

Check your install disk or your distributor's download site.

Dimandja
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top