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
How can you get the ksds file records into your cobol program?
What are the cobol coding sheets?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how do you reference the printer file formats from cobol programs
How you can read the file from bottom?
Give some examples of command terminators?
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between structured cobol programming and object alternativelyiented cobol?
how to refer the data field?
What is a SSRANGE and NOSSRANGE?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is static and dynamic call in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do you reference the fixed block file formats from cobol programs
What is amode(24)?