What is tne need to use sub programs in Cobol?

Answers were Sorted based on User's Feedback



What is tne need to use sub programs in Cobol?..

Answer / chowdary

reusabulity of code and coding time will be reduced

Is This Answer Correct ?    15 Yes 0 No

What is tne need to use sub programs in Cobol?..

Answer / vinay sonar

subprogram is used so that many programs can be merged into
single programs.also it reduces the required storage space
and no need to decleare variables again

Is This Answer Correct ?    2 Yes 2 No

What is tne need to use sub programs in Cobol?..

Answer / 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

More COBOL Interview Questions

what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


wht is packed decimal in cobol

2 Answers  


What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?

1 Answers  


what is record label is empty or standard in file description of data division?

2 Answers   HCL,


What is 66 level number and where it is used in real time by software developers?

2 Answers   ITC Indian Tobacco Company, TCS,






Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?

6 Answers   T systems,


How does IDMS communicate with CICS?

1 Answers   Covansys, Satyam,


What should be the sorting order for SEARCH ALL?

5 Answers  


I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 Answers   RBS,


can we use variable picture clause as xx.99 in cobol.

3 Answers  


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

0 Answers   IBM,


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


Categories