I've been building REXX jobs to push access out from one system through system selection, but there's still a big need to verify the access. Any suggestions on how to verify that access without having to go out to that system? I want to start with dataset access, so my first step would be to verify whether the covering profile exists, or what the covering profile would be so I can clone it. I'm thinking the best bet would be LISTDSD and store it locally, then XMIT it back, but that wouldn't be seemless. Does anyone have any approaches of verifying a dataset profile's existance from another system?
Also, I need this information to be stored locally...If I can send a request for a covering profile, and store it locally, then I can pull it into a Stem, pull the covering profile, and spit it back out as a FGEN command to clone a new one, or just apply the access that is needed.
Thanks for the help in advance!