pure binary files in fortran on RS6000 (xlf)

Francois Normant fn at fractal.math.yale.edu
Fri Apr 5 01:52:46 AEST 1991


I'm trying to write pure binary files in fortran in order to read them in C.

On CRAY 2, I usually open an unformatted file
	open(unit=70,status='new',form='unformatted',file='foo.out')
and call the setpure function to avoid any control characters
	call setpure(70)

The question is: 

Is there a function equivalent to setpure in xlf (RS6000 fortran) ?

Thanks
-- 
Francois Normant - fn at math.yale.edu
Yale University - Mathematics Department
Box 2155 - Yale Station
New Haven CT 06520



More information about the Comp.unix.aix mailing list