How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / karimulla
15 instream procedures are coded,255 catalog procedures are
coded
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is the Purpose of Pointer in the string?
What are the cobol coding sheets?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the ksds vsam file formats from cobol programs
What are the different open modes available in cobol?
How to know whether the module is dynamical or statistical?
Name the divisions, which are available in a cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between goback, stop run and exit program in cobol?
how to move the records from file to array table. give with code example