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 are the different ways to run a COBOL DB2 program using JCL?

2 Answers  


hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...

1 Answers   ITC Infotech,


How do we get current date from system with century in COBOL?

0 Answers   Winsol Solutions,


s9(18) comp-3:: What is the size of memory it takes internally?

4 Answers  


how do you reference the rrds file formats from cobol programs

0 Answers  






how would find total records in files using seqientional

1 Answers   HSBC,


describe 805 error

6 Answers   DELL,


What is the maximum length of a field you can define using COMP-3?

4 Answers   Complex System, Infosys,


created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?

2 Answers   HCL,


Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you

1 Answers   BPL,


how we rectify soc4 and soc7 error in project(need real time answer)? please reply

3 Answers   HCL, Wipro,


what is amode(24), amode(31), rmode(24) and rmode(any)?

0 Answers  


Categories