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
What is a report item?
What the difference is between continue and next sentence?
Differentiate between structured cobol programming and object-oriented cobol programming.
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.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the default value(s) for an initialize and what keyword allows for an override of the default?
When is inspect verb is used in cobol?
What is Pic 9v99 Indicates in COBOL?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Explain what you understand by passing by value.
What are the pertinent COBOL commands?
What are the access modes of START statement?
Write a program to enter and display the names of students in a class using the occurs clause.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the difference between PIC 9.99 and 9v99 in COBOL?