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 |
Why occurs cannot be used in 01 level in COBOL?
What does the initialize statement do ?
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
how to transfer the file from pc to mainframe??
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
what is the advantage of sync class
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
how can you identify wheather the program is using search or search all in the cobol program?
What type of SDLC u followed? Why?
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
how to pass 100 to s9(4) how r they inserted ?