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

Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

0 Answers  


01 a pic s9(5) value '-12345' how it will be stored

7 Answers   ACS,


How can I tell if a module is being called DYNAMICALLY or STATICALLY?

3 Answers   CTS,


what is the diff b/w select stsmt and cursor ?

2 Answers  


How do pass the values to the parameters in cobol

2 Answers  






where will u code file status ?

2 Answers   TCS,


is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon

2 Answers   Patni,


If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value

3 Answers   CTS,


What is the difference between a binary search and a sequential search what are the pertinent cobol?

0 Answers  


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


Why would you use find and get rather than to obtain?

0 Answers  


What is SDSF?

13 Answers   IBM,


Categories