What is the purpose of the PERFORM UNTIL statement in COBOL?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
The purpose of the PERFORM UNTIL statement in COBOL is to execute a series of statements repeatedly until a certain condition becomes true. It allows for a flexible looping mechanism, ensuring that the enclosed statements are executed at least once before evaluating the condition.