RANSIZ - set record size of direct access file.

(obsolete)

Usage:

call ransiz(u, n)

Where:

u
is the Fortran unit number.
n
is the record size in words.

Description:

RANSIZ sets the record size for a direct access file.

This routine is obsolete. Normally, you would specify the record size using GELOAD $FFILE card, the F77 FFILE= option, or the RECL= option of the OPEN statement. Note that these methods specify record size in bytes, where RANSIZ specifies it in words.

Copyright © 1996, Thinkage Ltd.