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 a load module ?

3 Answers   TCS,


what is S04E error in jcl?

11 Answers   IBM, L&T,


I have a File that has duplicate records. I need only those records that occur more than thrice.?

3 Answers   IBM, Wipro,


What is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


When is a scope terminator mandatory?

3 Answers  






what is the advantage of using redefines instead of delaring the variables ?

5 Answers   HCL,


I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?

1 Answers   Mphasis,


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

0 Answers  


What is R-mode and A-mode?

3 Answers   TCS,


how to refer the data field?

0 Answers  


What R 2 of the common forms of the EVALUATE STATEMENT ?

1 Answers   Cap Gemini,


what is the use of comp2 ? where can we use it with example ?

3 Answers   Covansys,


Categories