What is the difference between CALL BY VALUE and CALL BY
CONTENT?

Answer Posted / prakash

both are same, this should be a difference between call by
reference and by value/content.
Here we send the address of he data in first case and the
value/content in second case.

Is This Answer Correct ?    17 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between structured cobol programming and object-oriented cobol programming.

662


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

671


What is the difference between comp and comp-3 usage?

670


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1948


How you can characterize tables in cobol?

709






What rules are followed by the search verb.

630


What is Pic 9v99 Indicates in COBOL?

716


How can you get the ksds file records into your cobol program?

637


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1606


Give some examples of command terminators?

749


Whats the difference between search & search ALL?

5244


What is the default value(s) for an initialize and what keyword allows for an override of the default?

689


State the various causes of s0c1, s0c5 and s0c7.

656


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

2326


how do you reference the fixed unblock file formats from cobol programs

701