Talk:Long multiplication: Difference between revisions

(→‎PLI Fails for me: new section)
Line 83:
:::: [[User:NevilleDNZ|NevilleDNZ]] ([[User talk:NevilleDNZ|talk]])
::::: Perhaps the task should be defined in two parts - one to represent the intermediate results, the other to go from the intermediate results to the final results? --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 15:18, 13 May 2013 (UTC)
 
== PLI Fails for me ==
 
With<br> <br>
*process source xref attributes;<br>
m: Proc Options(Main);;<br>
Dcl a(2) Dec fixed(1) Init(1,2);<br>
Dcl b(2) Dec fixed(1) Init(1,2);<br>
Dcl c(5) Dec fixed(1) Init((5)0);<br>
Call multiply(a,b,c);<br>
I get FIXEDOVERFLOW<br>
Can you please add a valid main program? --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 21:52, 13 May 2013 (UTC)
2,289

edits