PSS ID Number: 150145
Article Last Modified on 11/2/1999
! Compile options needed: none
j = 3
k = 2
! The following line causes the FOR3852 error
i = j * -k ! comment this line for workaround #1
! i = j * (-k) ! uncomment this line for workaround #1
print *, i
i = -k * j ! use alternate arithmetic form - workaround #2
print *, i
end
Additional query words: 4.00
Keywords: kbLangFortran KB150145
Technology: kbAudDeveloper kbFORTRANPower400NT kbFortranSearch kbZNotKeyword8