Answer Posted / vampire
good example for this is call by refference and call by value
call by refference it is a static linking once subprogram
modified it effects the main program
call by value is dynamic linking modifying the subprogram
wont effect the main program
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
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?
Describe the cobol database components?
What is the difference between comp and comp-3?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How do you reference the following file formats from cobol programs?
What is comp-1 and comp-2?
What are the cobol coding sheets?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Write the code implementing the perform … varying.
What are the rules of the move verb?
How to print 10 to 1 if the input have only 10 digit number?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is difference between static and dynamic call in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?