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

Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.

12 Answers  


What is a subscript ?

3 Answers  


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

2 Answers   IBM,


88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above

5 Answers   TCS,


how we separate the cobol cics statements from cobol&cics programming?

1 Answers   Valtech,






How to increase the logical record length of existing PS file?

7 Answers  


) how do u code after getting data?

0 Answers   IBM,


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


What is static and dynamic call in cobol?

0 Answers  


consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

5 Answers   TCS,


wht do u mean by (*,intrdr) wht is * used for ?

2 Answers  


I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

2 Answers   L&T,


Categories