tape i/o



Hello,

I'm one of those poor guys who haven't done programming since long and
now, with the new f77/f90/f95 software (Solaris Studio) having been
installed, the routines topen, tread, twrite to do tape i/o are no longer
supported and must be replaced.

I have tried many things to read from tape (dat) with "normal" open +
read, but without any success:

An example:
open(15,file='/dev/rmt/0n',status='OLD',form='UNFORMATTED')
read(15,'(A)')input

I would be glad if someone could help me with a simple example how to read
data from tape.

Thanks.../tomi


.