With in these three which one is the default one Call
Reference, Call By Value, Call By Content.-Which one is
default?
Answer Posted / sreeram
refer ans 2
In addition to the above, there is no diff b/w call by
value and call by content - both are same
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Why did you choose to work with ibm mainframe cobol programming?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What guidelines should be followed to write a structured cobol prgm?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
example for sub strings ? and refernce modifications whit output pls
how can i see junk values in dclgen or in hostvariable of comp ?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how do you reference the ksds vsam file formats from cobol programs
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do we get current date from system with century in COBOL?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What the difference is between continue and next sentence?
For rewrite, why is it mandatory that file needs to be opened?