What is the difference between performing a SECTION and a
PARAGRAPH?

Answers were Sorted based on User's Feedback



What is the difference between performing a SECTION and a PARAGRAPH?..

Answer / aji cherian

Performing a SECTION - will perform all paragraphs in the
section.
performing a PARAGRAPH - will perform only
the specified paragraphs

Is This Answer Correct ?    24 Yes 2 No

What is the difference between performing a SECTION and a PARAGRAPH?..

Answer / unknown

SECTION includes paragraph.
PARAGRAPH includes set of statements.

Is This Answer Correct ?    17 Yes 4 No

What is the difference between performing a SECTION and a PARAGRAPH?..

Answer / shan

Adding to Answer #1, performing section will execute all the
paragraphs until next section comes or and EXIT statement is
defined.

Is This Answer Correct ?    12 Yes 6 No

What is the difference between performing a SECTION and a PARAGRAPH?..

Answer / grahame davis

Perform paragraph executes statements in the paragraph
Section executes all paragraphs until next section or until
end of program and ignores any EXIT except for last line in
program or last line prior to new Section. This was found
when someone added a new Section but forgot the SECTION
which meant previous Section then dropped through into new
code which caused logic problems and an abend

Is This Answer Correct ?    3 Yes 0 No

What is the difference between performing a SECTION and a PARAGRAPH?..

Answer / escapa

From answer 2: SECTION includes paragraph but also can include statement directly.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More COBOL Interview Questions

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

0 Answers  


How do you get the data to code the BMS macro?

0 Answers   IBM,


) How do you access the migrate the data from production region to development region

1 Answers   IBM,


how can u redefine picx(10) with pic 9(6).

3 Answers   TCS,


what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,






.How to add one input & one Out file in existing cobol program. how approach tell me step by step.

2 Answers   Syntel,


Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.

6 Answers   EDS,


How many maximum number of procedures can we write in one COBOL program?

5 Answers  


How to increase the logical record length of existing PS file?

7 Answers  


i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast

4 Answers   L&T,


How to pass return codes from cobol to jcl?

5 Answers  


what is the difference between PA & PF keys?

1 Answers   IBM,


Categories