What is the difference between Perform para and perform
asaection in cobol?

Answer Posted / amita

Performing a section will cause all the paragraphs in that
para to be executed.

While, performing a paragraph will cause only that
particular paragraph to be exe cuted.

Thanks;
Amita.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the access modes of START statement?

728


What is the default value(s) for an initialize and what keyword allows for an override of the default?

702


What are different data types in cobol?

701


What is redefines clause in COBOL?

853


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1032






Can we change the password using ALTER? anyone tried and changed?

1554


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1600


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

940


Can you please let me know the centre name of INS certification in Kolkata.

1723


What is the difference between PIC 9.99 and 9v99 in COBOL?

740


What is the utilization of copybook in cobol?

666


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1912


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5703


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1936


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8678