How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / 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 View All Answers
Why occurs cannot be used in 01 level in COBOL?
What is a scope terminator give example?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how do you reference the esds vsam file formats from cobol programs
What is rmode(any) ?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between Call and a Link?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How many bytes S(8) comp field occupy and its maximum value?
In COBOL programming, what is PERFORM? What is VARYING?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What kind of error is trapped by on size error option?