A job definition has been changed, updating the BD (Begin Date) and ED (End Date) JI statements. But, when the job is demanded in CA 7 Workload Automation, the following error code is received:
SPO7-13 UNABLE TO ATTACH JCL (009C)
The issue occurs because the End Date is lesser (i.e before) than the Begin Date.
#JI,BD=23247,ED=23243 * LABOR DAY *
Be sure that the End Date (ED) is greater than the Begin Date (BD), for example:
#JI,BD=23243,ED=23247