Yeah. If all you need is comm between apps, COBOL has...it used to be called...port files. Basically it's a socket. You provide an ipaddress and a port to talk to and a port to listen on in the cobol program as a type of a file called a port file. It might be more sophisticated these days, though.
--- David Rosenstrauch <[EMAIL PROTECTED]> wrote: > Dunno if Fujitsu COBOL can use TCP/IP, socket connections, etc. > (it's been > a long time since I worked in COBOL), but if so then maybe you can > just > have the 2 apps communicate via sockets. > > > HTH. > > DR > > > At 09:37 AM 6/21/2002 -0700, you wrote: > >Hi Guys, > > > >Is there any way we can call Java from COBOL . > > > > > >Thanks in advance > >Bhuvan > > > > > >To change your membership options, refer to: > >http://www.sys-con.com/java/list.cfm > > > > To change your membership options, refer to: > http://www.sys-con.com/java/list.cfm __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
