Bob also used this AUXPROC approach to great effect in the DB2WWW package that provided a NetData-like interface between VM web servers and the SQL/DS (DB2/VM) database engine.
DJ > -----Original Message----- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED]]On Behalf Of Bob > Bolch > Sent: Wednesday, May 08, 2002 8:57 AM > To: [EMAIL PROTECTED] > Subject: Re: Sharing Files Between CMS/Linux > > > At SAS Institute, I needed to compile assembler source code > that resided in UNIX. I used the SFS API (DMSOPEN,DMSCLOSE, > DMSREAD,DMSWRITE), which is designed to be front-ended, to > allow CMS I/O to UNIX disks. An ancient CMS interface called > AUXPROC was used to allow OS simulation routines to get to > SFS interfaces. That let the Assembler compile source from > UNIX. The API to mimic for a CMS interface to a LINUX file > system is the SFS API. > > Bob Bolch >
