CA Disk RESTORE function restores DA, PO, POE, PS, PSE, and ISAM data sets and OS catalogs without preallocation. You can also restore VSAM clusters and ICF catalogs. Usually, you can restore to a device different from the device the data set was backed up or archived from.
By default, CA Disk will not write over a preallocated data set. This can be changed, however, via sysparms PREALLOC and VSPREDEF. The SCRATCH parameter can also be specified on the RESTORE command, which will cause a preallocated data set to be scratched and then reallocated (providing the DSORG of the target data set matches the DSORG of the data set being restored, otherwise the restore will fail).
It can happen that, running an Explicit Restore of a PDS loadlib, the following errors occur :
...
ADSDM119 3637 USER TTRN FOUND IN DIRECTORY ENTRY OF MEMBER "member1" IN hlq.LOADAUTH
ADSDM119 3637 USER TTRN NOT ALLOWED IN PDS/E, MEMBER BYPASSED
ADSDM119 3637 USER TTRN FOUND IN DIRECTORY ENTRY OF MEMBER "member3" IN hlq.LOADAUTH
ADSDM119 3637 USER TTRN NOT ALLOWED IN PDS/E, MEMBER BYPASSED
ADSDM119 3637 USER TTRN FOUND IN DIRECTORY ENTRY OF MEMBER "member4" IN hlq.LOADAUTH
ADSDM119 3637 USER TTRN NOT ALLOWED IN PDS/E, MEMBER BYPASSED
ADSDM119 3637 USER TTRN FOUND IN DIRECTORY ENTRY OF MEMBER "member5" IN hlq.LOADAUTH
ADSDM119 3637 USER TTRN NOT ALLOWED IN PDS/E, MEMBER BYPASSED
...
one for each member that cannot be restored and the PDS loadlib is not restored correctly.
Is it possible and how to bypass this problem?