Question:
Have just upgrade to a new release of Endevor, attempting to execute the package ship C1BMXJOB and it fails with JCL errors. The //DSN=&[email protected]&[email protected] statements are not being substituted correctly. WHY?
Resolution:
The C1BMXJOB pulls the member [email protected] from the Endevor.CSIQSENU library to perform the symbolic substitution for the //DSN=&[email protected]&[email protected] statements.
One should review the table and correct any problems and rerun C1BMXJOB.
Table looks like:
)SET [email protected] = CART
)SET [email protected] = IPRFX
)SET [email protected] = UPRFX
)SET [email protected] = IQUAL
)SET [email protected] = UQUAL
)SET [email protected] = PDISK
)SET [email protected] = TDISK
)SET [email protected] = DVOLSER
The [email protected] member is loaded with site specific values via the BC1JJB03 job executed upon installation of Endevor but can be manually changed at any time.
The BC1JJB03 job is located in the Endevor.CSIQJCL library.