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

What will happen if we try to create GDG (+2) generaton instead of (+1) generation?

1 Answers  


how can we code index in an array of cobol pgm?

1 Answers   Wipro,


what is a load module ?

3 Answers   TCS,


Difference between cobol and cobol-ii?

0 Answers  


01 b pic +9(4) How many bytes it will take for storage???

2 Answers  


Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?

6 Answers  


what is Reentrancy and Quasi-reentrancy?

1 Answers  


in how many mode we can open a file ?

4 Answers  


What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?

3 Answers  


How to Pass table from a cobol program to another cobol program and how to use that table in called program

8 Answers   Patni, SunGard,


Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?

4 Answers  


can internal sort be applied to sort ksds files?

1 Answers  


Categories