[Simh] anyone know how to convert/translate turbo pascal to vax pascal?

Clem Cole clemc at ccc.com
Thu Feb 8 15:28:58 EST 2018


I'm at the airport so I do not have a manual -- again please, please
download

On Thu, Feb 8, 2018 at 12:21 PM, Dan Gahlinger <dgahling at hotmail.com> wrote:

>
>
>   f, g, h : text;
>

​I think the VMS syntax is something like...



f : FILE OF TEXT;

....  then later

OPEN( File_Variable := f,

File_Name := *’* sample.dat*’* ,

History := OLD,

Organization := Sequential,

Access_Method := Direct; );

....

ᐧ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.trailing-edge.com/pipermail/simh/attachments/20180208/9a55ce89/attachment.html>


More information about the Simh mailing list