Hi
I have to change the value of "Region Code" for 15000 user records. I have the 15000 user record's in a DATASET.
The command which is used to change the region code for a single user record is
CHANGE <USER ID> region(AUS)
But, i have to update the region code for 15000 records. So is it possible to do this via JCL? If so, please provide me the steps.