in cobol perform stmt whether it first checks the condition
or not

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

631


How many bytes S(8) comp field occupy and its maximum value?

1632


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1701


How do you get the data to code the BMS macro?

1476


i want a program using by if, evaluate , string, unstring, perform, occurs?

4061






Explain how you can characterize tables in cobol?

638


What is the difference between structured cobol programming and object alternativelyiented cobol?

755


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

857


What are the cobol coding sheets?

664


What is the difference between Call and a Link?

700


how do you reference the variable unblock file formats from cobol programs

748


What is Pic 9v99 Indicates in COBOL?

729


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17039


Define cobol?

862


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876