In a program, there are 2 sections defined say SECTION-A
and SECTION-B. There is a paragraph say CALC-INT in both
the sections. If this para has to be called directly for
SECTION-A, then PERFORM CALC-INT will not work as it is
present in both sections. How the PERFORM statement has to
be coded here?

Answer Posted / kb

yes , its right the above code gives compilation errors. I
have checked this

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2060


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1525


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1119


HOw can I get the negative sign while deduct high value from low value

1792


Give some examples of command terminators?

759






Which mode is used to operate the sequential file?

669


What rules are followed by the search verb.

638


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720


How do we get current date from system with century in COBOL?

807


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2723


Can a Search can be done on a table with or without Index?

804


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

1846


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3720


What are different data types in cobol?

691


What is the difference between perform … with test after and perform … with test before?

885