Gentlemen, clearly I should have qualified my statement by stating the example as psuedo code. The use of the term "array" was to illustrate a one dimensional data set in storage; 4,5, & 6.
Here is the code that was disassembled.
WORKING-STORAGE SECTION...
Thanks for the welcome, Tom.
Actually, I do not have proof. However, I could create a test and disassemble and send the instructions. Although I don't understand how on the one hand a person can delcare something to be silly then on the other imply they do not know whether such could be.
I...
ANSI 85 standards:
IF SW-PRINT = 1
AND HLD-REC-TYPE = "5" OR "4" OR "6"
DO SOMETHING
END-IF.
Is equivalent to the statement:
IF SW-PRINT = 1 AND HLD-REC-TYPE = "5"
DO SOMETHING
END-IF.
If either SW-PRINT and HLD-REC-TYPE does not evaluate true for 1 and 5 respectively there is no...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.