What is tne need to use sub programs in Cobol?

Answer Posted / chowdary

reusabulity of code and coding time will be reduced

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please let me know the centre name of INS certification in Kolkata.

1717


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

680


What is the difference between perform … with test after and perform … with test before?

885


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?

1808


how do you define single dimensional array and multidimensional array in your cobol?

683






What is the difference between a binary search and a sequential search what are the pertinent cobol?

737


What is the difference between comp and comp-3 usage?

681


What are the various section in data division and briefly explain them.

700


What rules are to be followed while using the corresponding options?

643


) How do u handle errors in BMS macro

1512


How you can read the file from bottom?

660


how do you reference the ksds vsam file formats from cobol programs

669


What is the difference between PIC 9.99 and PIC9v99?

783


What is redefines clause in COBOL?

851


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5696