What is the difference between CALL BY VALUE and CALL BY
CONTENT?
Answer Posted / guest
both are same
| Is This Answer Correct ? | 11 Yes | 25 No |
Post New Answer View All Answers
What is rmode(24)
What are the different data types in cobol?
Explain how to differentiate call by context by comparing it to other calls?
What is inspect in cobol ?
What is amode(24)?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Write the code to count the sum of n natural numbers.
What is the utilization of copybook in cobol?
Which is not true about evaluate statement
) what is the difference between AID and HANDLE AID?
Have you used comp and comp-3 in your project? And how?