Define in-line perform?



Define in-line perform?..

Answer / jayaram

The set of COBOL statements is written in between perform and end-perform. We should not code any period for these statements untill end-perform. THis code is used in once if you want to use the same code again you will write code once more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.

2 Answers  


What is static and dynamic call in cobol?

0 Answers  


01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?

2 Answers   IBM,


Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.

3 Answers   TCS,


I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?

3 Answers   HCL, IBM,






I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?

1 Answers   CTS,


How is sign stored in a COMP field ?

3 Answers   Accenture,


COMP field occupy ?

2 Answers  


What is the purpose of Identification Division?

1 Answers  


What is Redefines clause?

8 Answers  


What is the difference between working storage copybook and linkage section copybook?

5 Answers   TCS,


is it possible to rename 01 level?

4 Answers  


Categories