What is an in line PERFORM? When would you use it? Anything
else to say about it?

Answer Posted / sreenath

perform until <cond>
<stmt>
<stmt>
end perform.
-the stmts which are between perform & end perform will be
executed till the specified cond is satisfied.
-there should be no periods between perform & end perform.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not true about evaluate statement

1560


what is the difference between COBOL2 AND COBOL390?

2438


A table has two indexes defined. Which one will be used by the SEARCH?

745


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5353


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

883






What is difference between static and dynamic call in cobol?

766


What are the different data types in cobol?

777


What is a SSRANGE and NOSSRANGE?

804


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

672


how do you define single dimensional array and multidimensional array in your cobol?

662


What is cobol?

734


Write a cobol program making use of the redefine clause.

719


What the difference is between continue and next sentence?

649


how to refer the data field?

1793


What are the different rules for performing sort operation?

751