How many maximum number of procedures can we write in one
COBOL program?

Answers were Sorted based on User's Feedback



How many maximum number of procedures can we write in one COBOL program?..

Answer / aloke deb

255

Is This Answer Correct ?    12 Yes 0 No

How many maximum number of procedures can we write in one COBOL program?..

Answer / kishore

only 255.

Is This Answer Correct ?    8 Yes 0 No

How many maximum number of procedures can we write in one COBOL program?..

Answer / kishore

only 255.

Is This Answer Correct ?    3 Yes 1 No

How many maximum number of procedures can we write in one COBOL program?..

Answer / obama

255

Is This Answer Correct ?    2 Yes 0 No

How many maximum number of procedures can we write in one COBOL program?..

Answer / natarajan

upto 255

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More COBOL Interview Questions

Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?

6 Answers   ABC, IBM, Mphasis, Wipro,


Can the OCCURS clause be at the 01 level?

2 Answers  


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?

5 Answers  


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


how can we get current dat and time thru cobol pgm

3 Answers   DELL,






Write a program that uses move corresponding.

0 Answers  


01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??

1 Answers  


What are options have been removed in COBOL 11?

1 Answers  


What is a scope terminator give example?

0 Answers  


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


How do pass the values to the parameters in cobol

2 Answers  


Write some characteristics of cobol as means of business language.

0 Answers  


Categories