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 mode in which you will OPEN a file for writing?

4 Answers  


DATAONLY, MAPONLY functionality?

1 Answers   IBM,


what is the difference between Plan & package?

1 Answers   IBM,


which one is better among static call and dynamic call?

3 Answers  


Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 Answers   IBM,






in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?

2 Answers   HSBC,


i have variable record in the 5th, i want to sort from 5th filed ? how ?

2 Answers   TCS,


what is the use of keep and pass in disp

1 Answers  


Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?

6 Answers   T systems,


how will u code parm parameter and where pls ?

3 Answers   DELL,


What is level 66 used for ?

3 Answers   TCS,


There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.

8 Answers   Danske, iGate,


Categories