What is the difference between Perform para and perform
asaection in cobol?

Answers were Sorted based on User's Feedback



What is the difference between Perform para and perform asaection in cobol?..

Answer / amita

Performing a section will cause all the paragraphs in that
para to be executed.

While, performing a paragraph will cause only that
particular paragraph to be exe cuted.

Thanks;
Amita.

Is This Answer Correct ?    10 Yes 1 No

What is the difference between Perform para and perform asaection in cobol?..

Answer / sruthi

perform para means only that particular para will be
executed.
section can have one or more paras.
so perform section means the paras under that section will
be executed.

Thanks,
sruthi.

Is This Answer Correct ?    6 Yes 1 No

What is the difference between Perform para and perform asaection in cobol?..

Answer / ssampath

Perform para is just one paragraph and perform section can
perform multiple para's.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

Can a Search can be done on a table with or without Index?

0 Answers  


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


if we have a 10 steps how to override the 4th step in jcl?

2 Answers   Hewitt,


What will happen if we generate GDG (+2) version without generating (+1) version?

2 Answers   IBM, T systems,


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

4 Answers   Accenture,






what is sysncpoint?

1 Answers   IBM,


how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please

2 Answers  


Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya

2 Answers   CSC,


i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp

3 Answers   CTS,


In an EVALUATE statement, can I give a complex condition on a when clause?

2 Answers  


What are the cobol coding sheets?

0 Answers  


Categories