Regarding "incompatibility" option for concurrent programs
Currently I have a concurrent program set incompatible to itself.
The program needs to be run from 2 responsibilities and the programs are scheduled.
The program from Responsibility A is scheduled to run at 10 PM.
The program from Responsibility B is scheduled to run at 10.15 PM.
I find that at 10.15 PM the program from Responsibility B is running when the program from Responsibility A is yet to complete.
Does scheduling override the incompatibility option?
Or is there any profile that needs to be set for "incompatibility" option?Thanks,Pawan