in cobol perform stmt whether it first checks the condition
or not
Answer Posted / 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 |
Post New Answer View All Answers
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Which division and paragraphs are mandatory for a COBOL program?
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.
In COBOL, what is the different between index and subscript?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How do u write test cases?
What is the LINKAGE SECTION used in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
how to refer the data field?
What is the difference between perform … with test after and perform … with test before?
How do get the result of your program directly on your pc?
how do you reference the variable unblock file formats from cobol programs
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly