Tag: mainframe
Questions Related to mainframe
Which of the following is NOT a valid symbol to use in an IF condition
When there are several AND or OR connectors, the AND conditions are evaluated first, as they appear in the statement, from left to right. Then the OR conditions are evaluated, also from left to right.
The clause IF A IS NOT POSITIVE is the same as the clause IF A IS NEGATIVE.
An iteration will continue while the condition is false
Parenthesis don’t change the order in precedence.
An in-line perform never ends with an end-perform.