Answer Posted / manvitha
In-line perform is used to perform the repetitive tasks within a paragraph or section itself.
Perform
statements
end-perform
perform until condition
statements
end-perform
perform WITH TEST before/after until condition
statement
end-perform
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Why would you use find and get rather than to obtain?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
how to refer the data field?
What are the pertinent COBOL
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are 77 levels used for?
What are the different types of condition in cobol and write their forms.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write a cobol program making use of the redefine clause.
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?
Write a program to enter and display the names of students in a class using the occurs clause.