An error message was seen in the JESYSMSG log while applying database maintenance for TIBCO Object Service Broker for z/OS v6.0.0 hotfix 5: IEF212I jobname FILEEM1 SYSIN - DATA SET NOT FOUND
book
Article ID: KB0089352
calendar_today
Updated On:
Products
Versions
TIBCO Object Service Broker for z/OS
-
Not Applicable
-
Description
Resolution: Description: This error will occur only if - You have not previously run JOBS(S6A0EMS) from the hotfix 4 package. AND - you run JOBS(S6A0EMS) from the hotfix 5 package.
Symptoms: Job S6A0EMS aborts with the above error message.
In more detail:
Step RENAME completes normally and renames data sets as follows: $HLQ$.FILEEM1 becomes $HLQ$.FILEEM1.GA $HLQ$.FILEEM2 becomes $HLQ$.FILEEM2.GA
Step FILEEM1 fails with a JCL error because the data set it tries to copy from does not exist. Step FILEEM2 is not
attempted. Neither of the ‘new’ data sets is created.
Cause: There is an error in the JCL for JOBS(S6A0EMS) in the HFX05 package. It was not modified to refer to HFX05 data sets.
Resolution: If you ran JOBS(S6A0EMS) when you applied HFX04 you need take no further action. In particular, it is not necessary
to re-run S6A0EMS when applying HFX05.
If you will be running JOBS(S6A0EMS) as part of applying HFX05 please make the following change before submitting it: C HFX04 HFX05 ALL
If you have run JOBS(S6A0EMS) as part of applying HFX05, and have encountered the error, you should rename the
datasets back to their original names before fixing the JCL and resubmitting the job.
That is, rename $HLQ$.FILEEM1.GA back to $HLQ$.FILEEM1 rename $HLQ$.FILEEM2.GA back to $HLQ$.FILEEM2
Issue/Introduction
An error message was seen in the JESYSMSG log while applying database maintenance for TIBCO Object Service Broker for
z/OS v6.0.0 hotfix 5: IEF212I jobname FILEEM1 SYSIN - DATA SET NOT FOUND