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 |
Can we use goto statement in inline_perform ?
Write a program that uses move corresponding.
what is jcl approach for programming?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
which one is better among static call and dynamic call?
is it possible to rename 01 level?
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?
in how many mode we can open a file ?
how do u link sub pgm to main pgm ?
can any one help -s806
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?