What is "Call by content" and "call by reference"?
Answer Posted / santy
'Call by Content' means value of the variable is passed to
the subprogram and after modification on this variable in
sub-program will not effected in main program.
'Call by Address' is opposite to above. Here address of the
variable is pass to the sub-program at the time of call and
modification on this passed variable in sub-prog will be
effected in main program.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How many sections are there in data division in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Name some of the examples of COBOl 11?
Give some examples of command terminators?
how can i see junk values in dclgen or in hostvariable of comp ?
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?
What are the cobol coding sheets?
State the various causes of s0c1, s0c5 and s0c7.
What is the local-storage section?
What is the Purpose of Pointer in the string?
Difference between array and sub-script ?