<div dir="ltr"><div dir="ltr"><div class="gmail_default">The problem is the license manager code you are running into is expecting an RMS file, not a Stream I/O.  In the old days, the idea of 'access methods' was the natural ways OS's did I/O and RMS was VMS's answer.   Since <span class="gmail-gr_ gmail-gr_148 gmail-gr-alert gmail-gr_gramm gmail-gr_inline_cards gmail-gr_run_anim gmail-Grammar gmail-multiReplace" id="gmail-148" style="display:inline;border-bottom:2px solid transparent;background-repeat:no-repeat">today's</span> programmers tend to have grown up with C/C++/Java and stream I/O, you need to think in terms of a programming 'Framework' that is inflicting some level structure on the file.  FWIW: Stream style I/O and the STREAM-LF file format was added to VMS to support VAX11/C, and normal programmers (correctly) started to avoid RMS (it was funny how quickly the compiler runtime teams abandoned RMS, but I digress).  But if the code was written assuming RMS (which was all VMS had for many years), the files need RMS.</div><div class="gmail_default"><br></div><div class="gmail_default">[As my old friend and officemate Tom Teixera once said so wisely, it was not so bad that RMS had thousands of options, but the OS had to check every one of them on each operation].</div><div class="gmail_default"><br></div><div class="gmail_default">Anyway, if you can, you might t<span style="font-family:arial,helvetica,sans-serif">ry:  </span><font face="monospace, monospace" color="#0000ff">dir/full filespec </font><font face="arial, helvetica, sans-serif">command on </font>another<font face="arial, helvetica, sans-serif"> license file, looking at <font color="#0000ff">'</font></font><font face="monospace, monospace" color="#0000ff">Record format</font><font face="arial, helvetica, sans-serif">' and '</font><font face="monospace, monospace" color="#0000ff">Record attributes</font><font face="arial, helvetica, sans-serif">' </font>fields<font face="arial, helvetica, sans-serif">  in the results to give you a hint.</font></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Dec 17, 2018 at 10:18 AM dave porter <<a href="mailto:dave_list_addr@verizon.net" target="_blank">dave_list_addr@verizon.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Probably nothing. The 'natural' format would have been<br>
RMS VAR-CR records (if I recall the terminology) where <br>
the line termination character is implicit rather than<br>
being in the record data.<br></blockquote><div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Pulling very old bits from the my brain's 'deep-freeze' memory, that sounds close - 'RMS VAR records',  if the 'format' is 'Variable Length' I believe that there was originally a of 255 IIRC, becauses it stuffs a Pascal String (IBM 360 style) one byte record length before start of the data, but that may have been relaxed in later versions after I stopped dealing with VMS.  If 'attributes' is 'Carriage return' then RMS will add the <CR><LF> from earlier DEC OS's output, although it will not store them on disk like some systems did.</div></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
STREAM-LF may work, but I assume the trick is to get<br>
the record-type for the file to match what you've put<br>
in the file.<br></blockquote><div><br></div><div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Check out <span style="font-family:Arial,Helvetica,sans-serif"><a href="http://neilrieck.net/docs/openvms_notes_text_files.html" target="_blank">http://neilrieck.net/docs/openvms_notes_text_files.html</a> </span></div></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><span style="font-family:Arial,Helvetica,sans-serif"><br></span></div><div class="gmail_default"><br></div><div class="gmail_default"><br></div><div class="gmail_default"><br></div></div></div><div hspace="streak-pt-mark" style="max-height:1px"><img alt="" style="width:0px;max-height:0px;overflow:hidden" src="https://mailfoogae.appspot.com/t?sender=aY2xlbWNAY2NjLmNvbQ%3D%3D&type=zerocontent&guid=1f3ee40b-a269-44fb-81bd-271bc56b40e5"><font color="#ffffff" size="1">ᐧ</font></div></div><div hspace="streak-pt-mark" style="max-height:1px"><img alt="" style="width:0px;max-height:0px;overflow:hidden" src="https://mailfoogae.appspot.com/t?sender=aY2xlbWNAY2NjLmNvbQ%3D%3D&type=zerocontent&guid=6cb301bf-549d-4ada-9ea0-d32af89f6283"><font color="#ffffff" size="1">ᐧ</font></div>