How many maximum number of procedures can we write in one
COBOL program?

Answer Posted / kishore

only 255.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the code to count the sum of n natural numbers.

699


what is the difference between COBOL2 AND COBOL390?

2453


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720


) how do u code after getting data?

1580


how do you reference the rrds file formats from cobol programs

800






How do we get current date from system with century in COBOL?

805


What is the difference between structured cobol programming and object alternativelyiented cobol?

755


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1806


how to refer the data field?

1812


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.

1701


how do you reference the variable block file formats from cobol programs

686


Write a cobol program making use of the redefine clause.

731


How do u write test cases?

1638


What are the access modes of START statement?

719


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897