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 is the difference between Perform para and perform asaection in cobol?

3 Answers   TCS,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?

6 Answers   Xansa,


Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?

12 Answers   T systems, Tech Mahindra,


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

0 Answers  


can we redefine 77 level item is it possible

4 Answers   HCL,


plz,could any one tell me? what about EBCDIC in cobol?briefly?

1 Answers  


What is the maximum data length for Numeric DataType ?

3 Answers   Cap Gemini,


How many types of sorts are there in cobol?

5 Answers   Cap Gemini,


i want to learn mainframes. i completed MCA ,whats the future of mainframes

5 Answers  


what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 Answers  


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

0 Answers  


which one is the best of com and com-3.using of real time ?

7 Answers   Cap Gemini,


Categories