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 |
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.
01 a pic s9(5) value '-12345' how it will be stored
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
what is the diff b/w select stsmt and cursor ?
How do pass the values to the parameters in cobol
where will u code file status ?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
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
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Can the OCCURS clause be at the 01 level?
Why would you use find and get rather than to obtain?
What is SDSF?