If program A passes 40 bytes to program B through common area and program B has defined its DFHCOMMAREA to be 60 bytes. Can there be a problem?
Options
- Yes
- Yes, if B tries to access bytes from 41-60
- No
- No, B will never access bytes from 41-60
CORRECT ANSWER : Yes, if B tries to access bytes from 41-60
Write your comments