In a COBOL "IF" statement, the "NEXT SENTENCE" phrase is used to _____

  • Provide comments within the "IF" block
  • Specify the condition for the "IF" statement
  • Transfer control to the next executable sentence following the "IF" statement
  • Trigger an error condition
The "NEXT SENTENCE" phrase in a COBOL "IF" statement transfers control to the next executable sentence following the "IF" block, skipping the subsequent sentences if the condition is true.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *