Below are selected examples of how to use conditions in IF. Here is COBOL Evaluate Awesome Ideas.
Top IF Conditions in COBOL
Example:-1
IF (FIELDA NOT > 55 AND NOT < 10)
Example:-2
IF (FIELDA < 10 AND > 55)
Example:-3
IF (FIELDA = 10 OR 15 OR 20 OR 25)
Example:-4
IF (FIELDA NOT = 10 AND 15 AND 20 AND 25)
Recent Posts
- Python: How to Filter List Best Example
- JCL MSGCLASS Vs. MSGLEVEL Top Differences
- 20 Software Engineer Gift Ideas: From Gadgets to Games
Processing…
Success! You're on the list.
Whoops! There was an error and we couldn't process your subscription. Please reload the page and try again.