best practice for concurrent programs scheduling
rel -12.2
what is the best practice for scheduling concurrent program.
Should all the concurrent programs be scheduled by a single user created for the purpose or individual users should schedule the concurrent programs . Seeking this advise from management perspective.
Suppose a concurrent program (A) is crucial for functioning of a module and is scheduled by user (X) who's account is to be disabled for some reason . But that CP needs to be kept running. In this case if the account is disabled then the CP (A) will also not run.
Thanks