You might have been created the files under root user id, as follows:
Also, it's recommended to create a group named "zpdt" for the user id ibmsys1, as follows:
groupadd zpdt
usermod ibmsys1 -G zpdt
After that you can change the owner, as follows:
cd /... <== point to your directory
chgrp ibmsys1:zpdt *
It will be enough in terms of permissions to IPL and operate z/OS.
AdilsonColombo