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

Answer Posted / sruthi

perform para means only that particular para will be
executed.
section can have one or more paras.
so perform section means the paras under that section will
be executed.

Thanks,
sruthi.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a SSRANGE and NOSSRANGE?

820


) what is the difference between AID and HANDLE AID?

1635


What is the difference between comp and comp-3?

700


What is the difference between next sentence and continue in cobol programing language?

708


What is static and dynamic call in cobol?

594






Name the divisions, which are available in a cobol program?

685


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

823


What are the various section in data division and briefly explain them.

698


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

778


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1936


What are various search techniques in cobol? Explain.

647


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

714


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6829


What is a report item?

741


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648