What is tne need to use sub programs in Cobol?

Answer Posted / naresh

reusability...........and subprogram can be used number of
times and call subprogram using 'call'
statement............inthis both supprogram and mainprogram
have same structure.........

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


How to know whether the module is dynamical or statistical?

650


In COBOL programming, what is PERFORM? What is VARYING?

668


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

743


Describe the cobol database components?

676






Why is it necessary that file needs to be opened in I-O mode for REWRITE?

745


Can we redefine the field of x(200) to less than 200?

814


How you can read the file from bottom?

658


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?

1800


A table has two indexes defined. Which one will be used by the SEARCH?

754


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

654


What is link edit in cobol?

755


What are the different rules for performing sort operation?

757


) How do u handle errors in BMS macro?

1427


What do you understand by psb and acb?

661