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
Which division and paragraphs are mandatory for a COBOL program?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the utilization of copybook in cobol?
How do you reference the following file formats from cobol programs?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what happens if parmparameter passes zero bytes to the program
What are the different rules to perform a Search?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to remove 2 duplicate records and copy only one using job control language?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is a report item?
What is the difference between external and global variables in COBOL?
How do we get current date from system with century in COBOL?
How are the next sentence and continue different from each other?
What is the difference between perform … with test after and perform … with test before?