How can I read a file with RECFM=U in MUSIC/SP?
Unfortunately, using Waterloo C is not possible (see for ex. ).
I have also tried using REXX but to no avail (see for ex. "The MUSIO command in Rexx" in the rexx help file).
(2nd try at posting this)
I think I figured out how to do this once but it was a long time ago and
I don't remember the details. Maybe calling subroutine MFIO with
type options set to something like 'UIO RD.' might be the way to go?
Try looking up MFIO in the administrator reference manual eg: MANX AR MFIO
if you have the online manuals installed.
I don't know if it is possible to call MFIO from Waterloo C, it might be
necessary to call it from FORTRAN instead.
It has to be possible with the assembly language interface too using
MFARG / MFGEN / MFREQ and friends but I don't know how exactly. There
should be something about this in the administrator reference manual too
if you want to go that way.
Regards,
Peter Coghlan.