Hi,
I'm porting Cobol application written in VS Cobol for SCO Unix (I think it's MicroFocus Cobol) to TinyCobol for Linux. The problem is in fact that application I'm speaking of is mixed with runtime system written in C (Infos). The main role of this RTS is to display forms and provide additional routines for IO...
I was able to obtain source for almost all parts of this RTS, but I couldn't find source for libraries needed for propper treatment of Cobol data in C subroutines.
In original procedures there are a huge number of "pu2ws, get2ws, put4ws, get4ws" callings...
So, the questions are:
Does anybody here knows what is actualy performing in these functions?
Does anybody here have source of these functions?
Thanks in advance.
Igor.
I'm porting Cobol application written in VS Cobol for SCO Unix (I think it's MicroFocus Cobol) to TinyCobol for Linux. The problem is in fact that application I'm speaking of is mixed with runtime system written in C (Infos). The main role of this RTS is to display forms and provide additional routines for IO...
I was able to obtain source for almost all parts of this RTS, but I couldn't find source for libraries needed for propper treatment of Cobol data in C subroutines.
In original procedures there are a huge number of "pu2ws, get2ws, put4ws, get4ws" callings...
So, the questions are:
Does anybody here knows what is actualy performing in these functions?
Does anybody here have source of these functions?
Thanks in advance.
Igor.