Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site kontron.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ihnp4!pesnta!pertec!kontron!cramer
From: cramer@kontron.UUCP (Clayton Cramer)
Newsgroups: net.micro.pc
Subject: Re: Digital Research GEM
Message-ID: <367@kontron.UUCP>
Date: Fri, 12-Jul-85 12:00:32 EDT
Article-I.D.: kontron.367
Posted: Fri Jul 12 12:00:32 1985
Date-Received: Wed, 17-Jul-85 04:24:08 EDT
References: <132@cybavax.UUCP>
Distribution: net
Organization: Kontron Electronics, Irvine, CA
Lines: 20

> 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.