I'm pretty new to JCL, but I'm catching on...we kick commands out to multiple systems using JOBCARDN, which sets up the jobcards for us. I've figured out how to push the following command and pull the user profile:
COMMAND(REBUILD USER)
????
COMMAND(END)
Then I can save it to a dataset on that system. What I would like to be able to do is edit the dataset from another system...for instance, do a CHANGE command on that dataset without ever opening it, and saving it. If I could figure that out, then I could save myself SO MUCH time in modifying datasets on the massive number of servers we have.
So, does anyone know how to modify a dataset without ever opening it, in the way that I could push those commands to another server? I know how to push it. I just need the change commands.
Any help is HUGELY appreciated!