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 / leena

Hey Harish, You are right. Max 15 in-stream procedures can
be codeed in a job

Is This Answer Correct ?    3 Yes 1 No

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

Answer / karimulla

15 instream procedures are coded,255 catalog procedures are
coded

Is This Answer Correct ?    3 Yes 1 No

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

Answer / harish

i guess 15, correct me if im wrong

Is This Answer Correct ?    3 Yes 2 No

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

Answer / jay

Max 15 in-stream procedures can
be codeed in a job

Is This Answer Correct ?    2 Yes 1 No

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

Answer / rajni

in-stream procedures 15
catalog procedures 255.

Is This Answer Correct ?    2 Yes 1 No

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

Answer / surya

You are asking procedure divisions in Cobol program or
PROCS in JCL

For Jcl the count is correct(Instream procedure-15)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is Alternate Index ? How is it different from regular index ?

2 Answers  


Difference between next and continue clause

4 Answers   Kanbay,


Differentiate between structured cobol programming and object-oriented cobol programming.

0 Answers  


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE

1 Answers   TCS,






what is the difference between start and startbr?

2 Answers  


What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

7 Answers   T systems,


can we use 77 level no for Redefines?if we use give an example?

3 Answers   Mphasis,


Explain what you understand by passing by value.

0 Answers  


What is the Purpose of POINTER Phrase in STRING command in COBOL?

0 Answers   Winsol Solutions,


How do we get current date from system with century?

2 Answers  


i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?

2 Answers  


Categories