What is the difference between performing a SECTION and a
PARAGRAPH?
Answer Posted / 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 |
Post New Answer View All Answers
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Difference between array and sub-script ?
How do we get current date from system with century in COBOL?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between structured cobol programming and object alternativelyiented cobol?
i need a small 3d program using inline and outline.
What are the different open modes available in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Can we redefine the field of x(200) to less than 200?
How do you get the data to code the BMS macro?
How do you reference the following file formats from cobol programs?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between PIC 9.99 and PIC9v99?
What is link edit in cobol?
Explain how to differentiate call by context by comparing it to other calls?