<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>

<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2658.2">
<TITLE>RE: [Simh] Fwd:  HP2100 Fortran problem</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=2>Hello David,</FONT>
</P>

<P><FONT SIZE=2>I have the same error 3 in both cases.</FONT>
<BR><FONT SIZE=2>I have a different behaviour with BCS if I compile an algol program or a fortran program.</FONT>
<BR><FONT SIZE=2>During an algol link phase I don't have the "error" L08, but this happens during the fortran link phase, and in this case I have to supply in A register a value, to proceed.</FONT></P>

<P><FONT SIZE=2>Regards,</FONT>
<BR><FONT SIZE=2>Fausto</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: J. David Bryan [<A HREF="mailto:jdbryan@acm.org">mailto:jdbryan@acm.org</A>] </FONT>
<BR><FONT SIZE=2>Sent: venerd́ 18 maggio 2007 1.53</FONT>
<BR><FONT SIZE=2>To: SIMH List</FONT>
<BR><FONT SIZE=2>Subject: Re: [Simh] Fwd: HP2100 Fortran problem</FONT>
</P>

<P><FONT SIZE=2>On 17 May 2007 at 19:22, Saporito Fausto wrote:</FONT>
</P>

<P><FONT SIZE=2>>       WRITE(1,99) </FONT>
<BR><FONT SIZE=2>> C </FONT>
<BR><FONT SIZE=2>>    99 FORMAT(5H CIAO) </FONT>
<BR><FONT SIZE=2>>       STOP </FONT>
<BR><FONT SIZE=2>>       END </FONT>
<BR><FONT SIZE=2>> END$ </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> but i have the same error. I used WRITE(2,99) too.</FONT>
</P>

<P><FONT SIZE=2>Unit 2 seems to be the correct reference for BCS.</FONT>
</P>

<P><FONT SIZE=2>Does it work if you try to output an integer, e.g.:</FONT>
</P>

<P><FONT SIZE=2>    I = 1</FONT>
<BR><FONT SIZE=2>    WRITE (2,99) I</FONT>
<BR><FONT SIZE=2>99  FORMAT (I6)</FONT>
</P>

<P><FONT SIZE=2>...or do you get the same error 3?</FONT>
</P>

<P><FONT SIZE=2>How about this:</FONT>
</P>

<P><FONT SIZE=2>    WRITE (2,99)</FONT>
<BR><FONT SIZE=2>99  FORMAT ("CIAO")</FONT>
</P>

<P><FONT SIZE=2>                                      -- Dave</FONT>
</P>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>Simh mailing list</FONT>
<BR><FONT SIZE=2>Simh@trailing-edge.com</FONT>
<BR><FONT SIZE=2><A HREF="http://mailman.trailing-edge.com/mailman/listinfo/simh" TARGET="_blank">http://mailman.trailing-edge.com/mailman/listinfo/simh</A></FONT>
</P>

</BODY>
</HTML>