help wid how change file attributes in fortran, i can't open binary imagen of stram_lf file
2 views
Skip to first unread message
~libertad-fraternidad-igualdad~
unread,
Aug 6, 2007, 10:26:55 AM8/6/07
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
If I use set file/attri=... and put into STREAM_LF I can open ok. But I need do it in process code żhow do it?
Bob Koehler
unread,
Aug 6, 2007, 12:56:49 PM8/6/07
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In article <46b72fad$1...@filemon2.isp.telecable.es>, ~libertad-fraternidad-igualdad~ <victor...@telecable.es> writes: > If I use set file/attri=... and put into STREAM_LF I can open ok. > But I need do it in process code żhow do it?
Get a copy of the FILE utility which we used before the /attributes qualifier was added to the set file command and crib the code from there.
Basically you open the file using RMS calls, change the RAB, and then process it.