what r the types of perform statement

Answer Posted / malay

There are two types of performs statements in COBOL program.one is INLINEPERFORM and another one is OUTLINEPERFORM.Inline perform start and end with end-perform.
Outline perform start and end with exit statement.generaly these are
1.Simple perform
2.PERFORM TIMES
3.PERFORM UNTIL
4.PERFORM VARYING
5.Perform with test after/test before.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a report item?

737


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


What is the LINKAGE SECTION used in COBOL?

885


What is a scope terminator give example?

653


What kind of error is trapped by on size error option?

738






Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

817


what is search and searchall?what is the diffrence between them?give an best example?

5540


What is inspect in cobol ?

797


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2101


what is difference between cobol and cobol/400

21556


How do you differentiate between cobol and cobol-ii?

651


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6822


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?

5372


In which area will you utilize 88 level items in cobol?

716


What is redefines clause in COBOL?

844