in cobol perform stmt whether it first checks the condition
or not
Answers were Sorted based on User's Feedback
Answer / pradeep reddy
in cobol perform statement first checks the
condition ,condition is false then checks the statement ,
condition is true control goes outside
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / srinivasa yadav
CONDITION IS TESTED FIRST, IF THE CONDITION IS FALSE THE
CONTROL WILL GO TO THE BODY OF LOOP.
IF THE CONDITION IS TRUE THE CONTROL WILL COME'S OUT FROM
THE BODY OF THE LOOP.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deepa
If TEST BEFORE option is used the condition is checked
first.
If TEST AFTER option is used the condition is checked later.
Default is TEST BEFORE
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sruthi
it will check condition frist if the condtion is false
contrl goes to body of the loop, if the condtion is true
contrl will goes to end perform
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manivannan m
In line perform is not checks the condition first.
Regards,
Manivannan M
Note: Ples correct it, if it is wrong
Is This Answer Correct ? | 0 Yes | 2 No |
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
how can i see junk values in dclgen or in hostvariable of comp ?
) How do you access the migrate the data from production region to development region
how to transfer the file from pc to mainframe??
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
What is the compute verb? How is it used?
What compiler option would you use for dynamic linking?
What are the different data types in cobol?
What is perform what is varying?
What is the Purpose of Pointer in the string?
What are the different rules of SORT operation?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?