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
What rules are to be followed while using the corresponding options?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the LINKAGE SECTION used in COBOL?
What are the different rules for performing sort operation?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Write down the divisions of cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is redefines clause in COBOL?
what is the use of outrecord?
how do you reference the rrds file formats from cobol programs
What is the compute verb? How is it used?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What rules are followed by the search verb.
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?
Differentiate between structured cobol programming and object-oriented cobol programming.