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


Please Help Members By Posting Answers For Below Questions

what is the difference between COBOL2 AND COBOL390?

2731


What is the usage of comp fields in cobol?

882


Discuss about changing dataset name in proc.

959


What are the different rules to perform a Search?

824


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

2609


What is the utilization of copybook in cobol?

891


How arrays can be defined in COBOL?

843


What is a report item?

914


Mention the guidelines to write a structured cobol program?

837


What is the difference between PIC 9.99 and PIC9v99?

1039


Why did you choose to work with ibm mainframe cobol programming?

852


how to move the records from file to array table. give with code example

2439


What is the difference between Call and a Link?

896


What guidelines should be followed to write a structured cobol prgm?

870


IF I mention stop run in CICS what happens?

2096