Xref: utzoo comp.lang.fortran:2117 sci.edu:392 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcvax!walter From: walter@cwi.nl (Walter M. Lioen) Newsgroups: comp.lang.fortran,comp.sys.cdc,sci.edu Subject: Re: Request for binary conversion routines & geology graphics Keywords: Floating point, Geology graphics Message-ID: <8190@boring.cwi.nl> Date: 14 Jun 89 14:42:16 GMT References: <762@loligo.cc.fsu.edu> Organization: CWI, Amsterdam Lines: 19 In article <762@loligo.cc.fsu.edu> bauer@loligo.cc.fsu.edu (Jeff Bauer) writes: > We are in need of being able to convert various binary files between > NOS 60 bit, Cyber 205(=ETA10) binary, and Sun binary . We need the > flexibility of being able to define the target words in Sun format in > either single or double. Also, the files contain a mixture of integer > and floating point numbers. On the Cyber 205 the standard system library, SYSLIB, contains routines for converting Cyber 170 arithmetic data formats to and from Cyber 200 arithmetic data formats. You can find them in an appendix called `Fortran data conversion routines' of the VSOS manual. (e.g. Q9CLF converts Cyber 200 floating point operands to equivalent Cyber 170 floating point operands). This assumes binary files with only one data type and won't help you with the suns either. Hope this helps!