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

Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible

7 Answers   TCS,


can we read records in a file from botom to top. if possible how can we read

12 Answers   ACS,


in the TIME parameter we r giving hours r minutes

4 Answers   IBM,


what is difference between the sysabend and userabend?

2 Answers  


Explain Restart Logic in Cobol?

1 Answers   L&T, Syntel,


what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C

3 Answers   TCS,


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  


I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?

15 Answers   ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,


Which division and paragraphs are mandatory for a COBOL program?

0 Answers  


How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.

7 Answers   CGI, TCS,


consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above

3 Answers   TCS,


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

0 Answers  


Categories