1. Suppose I have a Program A and another progam B.
It is known that Program A calls program B. But I do not have the source with me.
So how can I find out whether the call is static or dynamic.
Ans : Don't know.
2. What happens if I do not pass length of data while passing data using PARM parameter from JCL to program.
Ans : Defualt 100 lentgh considered.
3. what happens if I do not define length parameter in the linkage section while passing data
from JCL to program using PARM parameter.
Ans : Defualt 100 lentgh considered.
4. suppose I position my cursor at a partiicular field by using any one of the ways ( using CURSOR command, or moving -1 to the length of the respective
field or using IC option ) but still the cursor is not positioned at that field.
What could be the possible problem??
Ans : Don't know.
Seniors could you please provide some answers