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
what is the difference between COBOL2 AND COBOL390?
What is the usage of comp fields in cobol?
Discuss about changing dataset name in proc.
What are the different rules to perform a Search?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the utilization of copybook in cobol?
How arrays can be defined in COBOL?
What is a report item?
Mention the guidelines to write a structured cobol program?
What is the difference between PIC 9.99 and PIC9v99?
Why did you choose to work with ibm mainframe cobol programming?
how to move the records from file to array table. give with code example
What is the difference between Call and a Link?
What guidelines should be followed to write a structured cobol prgm?
IF I mention stop run in CICS what happens?