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
) How do u handle errors in BMS macro?
What is an in line perform? When would you use it? Anything else you wish to say about it.
how do you define single dimensional array and multidimensional array in your cobol?
What is inspect in cobol ?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What do you understand by psb and acb?
What is the difference between perform … with test after and perform … with test before?
What is the difference between binary search and sequential search?
Write the code to count the sum of n natural numbers.
What is the LINKAGE SECTION used in COBOL?
What is report-item in COBOL?
Why occurs cannot be used in 01 level in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how do you reference the variable block file formats from cobol programs