What is the difference between performing a SECTION and a
PARAGRAPH?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / escapa
From answer 2: SECTION includes paragraph but also can include statement directly.
Is This Answer Correct ? | 5 Yes | 3 No |
What are the different ways to run a COBOL DB2 program using JCL?
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?...
How do we get current date from system with century in COBOL?
s9(18) comp-3:: What is the size of memory it takes internally?
how do you reference the rrds file formats from cobol programs
how would find total records in files using seqientional
describe 805 error
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?
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
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
what is amode(24), amode(31), rmode(24) and rmode(any)?