I have a Load Module PDS (RECFM=U) which I have to convert to a Program Object PDSE. There is a member "xxxx" in the PDS which is ALIAS-OF member "yyyy" but "yyyy" does not exist in the PDS. When I try to copy the PDS to a PDSE this member is not copied and I receive the message "Alias xxxx cannot be copied due to missing Primary Member Name". I have tried all sorts of manipulations to get rid of the alias but haven't succeeded. Can anyone tell me how, in a batch JOB, to keep "xxxx" in the PDS without the reference to "yyyy"? If the alias could be removed then the PDS could be copied to a PDSE. Example Directory
The above directory shows my problem, just as described below by @zarchasmpgmr. ZMRALIAS has a TTR and is still pointing to ZMOALIAS even though it does not exist any more in the PDS. How can I get rid of the reference to ZMOALIAS?