Explain call by context by comparing it to other calls.
Answer / mahathiaz
The parameters passed in a call by context are protected
from modification by the called program. In a normal call
they are able to be modified
| Is This Answer Correct ? | 2 Yes | 4 No |
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
Explain complete concept of table handling in COBOL with an example?
Which Search verb is equivalent to PERFORM…VARYING?
Explain what you understand by passing by value.
What is the Importance of GLOBAL clause According to new standards of COBOL?
What are the different types of condition in cobol and write their forms.
what is the difference between PA & PF keys?
Difference between cobol and cobol-ii?
How can you declare the file ?
What are the pertinent COBOL commands?
Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?