KB Article #183164

[SMPE] Change the default HLQ during installation for SMPTLIB data sets (TLIBs)

Problem

When the job $C10RECV is submitted, all datasets are allocated using the prefix set in the member $C02DZON, but the


generated name for the SMPTLIB datasets does not conform to the company standard.


GIM35306E ** SMPTLIB TCF0A00.F1 WAS NOT ALLOCATED BECAUSE ERROR CODE 9700 WAS ISSUED BY DYNAMIC ALLOCATION.
GIM54701E ** ALLOCATION FAILED FOR SMPTLIB - IKJ56893I DATA SET TCF0A00.F1 NOT ALLOCATED+.
GIM54701E ** ALLOCATION FAILED FOR SMPTLIB - IGD01008I XXXX: DATA SET DOES NOT COMPLY WITH STANDARDS.
GIM54701E ** ALLOCATION FAILED FOR SMPTLIB - IGD01001I DATA SET ALLOCATION REQUEST FAILED -.
GIM54701E ** ALLOCATION FAILED FOR SMPTLIB - ACS STORCLAS ROUTINE RETURN CODE 8 REASON CODE 16.
GIM20501I RECEIVE PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 08.



Resolution

Add a parameter setting to impose different prefix for the SMPTLIB datasets in member $C02DZON.


For example:


  • In $C02DZON member , we have


ADD OPTIONS(GOPT)
DSPREFIX(QA.TEST.SMPE.CFT310)


  • By adding:


ADD DDDEF(SMPTLIB) DSPREFIX(QA.RECV.SMPE.CFT310).



NOTE: THE DSPREFIX IS LIMITED TO 26 CHARACTERS