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

In an array processing what is the thing that can be done by using subscripts but not by using index

4 Answers   JPMorgan Chase,


How do pass the values to the parameters in cobol

2 Answers  


What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


Write the code implementing the perform … varying.

0 Answers  


Can we put move statement in COBOL copybook

3 Answers   Global Logic,






if someone is using my file,how can i find which user id is using?

4 Answers  


How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  


Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 Answers   IBM,


What is XDC ?

3 Answers   Cap Gemini, IBM,


Why we are using comp and comp-3 in real time projects?

4 Answers   IBM,


What is inspect in cobol ?

0 Answers   Infosys,


How can you display the SPOOL information ?

2 Answers  


Categories