Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: $Revision: 1.6.2.16 $; site kontron.UUCP Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!decvax!yale!kontron!cramer From: cramer@kontron.UUCP Newsgroups: net.micro.pc Subject: Re: Orphaned Response Message-ID: <-36700@kontron.UUCP> Date: Fri, 12-Jul-85 12:00:00 EDT Article-I.D.: kontron.-36700 Posted: Fri Jul 12 12:00:00 1985 Date-Received: Fri, 2-Aug-85 06:27:04 EDT References: <132@cybavax.UUCP> Lines: 21 Nf-ID: #R:cybavax:-13200:kontron:-36700:177600:938 Nf-From: kontron!cramer Jul 12 12:00:00 1985 > Before purchasing GEM for an IBM-PC I've been trying to find out whether > I can access GEM from within COBOL applications (specifically the Application > Environment Services (AES) subroutine library). So far I've met with brick > walls from all my enquiries. > > Does anyone out there know if (and how) I can get around this - possibly > by using C to actually get at the GEM goodies? I'd be grateful for any ideas > or past experiences, > > Thanks in advance, > Paul Middlehurst > > UUCP: ...!seismo!mcvax!ukc!reading!cybavax!paul I attended the GEM ISV Seminar some months back. GEM comes with bindings for linking C and Pascal programs to AES subroutines. They don't support every compiler that's available, but they do support their format, and Microsoft's format at least. If you can call C from COBOL, you should be able to build a C function that accesses the AES subroutines, and then call the C function from COBOL.