Utilities for Development and Operations for GenevaERS
- In your USS home directory, create a subdirectory for storing the GenevaERS Git repositories. Example:
/u/<your-tso-id>/git/GenevaERS
- Clone the DevOps repository to your Git directory.
- Find the file gers.profile in the DevOps directory and open it in a text editor. (We recommend using ISPF option 3.17 for this.)
- Copy all the lines of this file to your clipboard.
- Navigate to your USS home directory.
- Open the file named .profile in a text editor.
- Paste the saved lines at the end of .profile.
- Follow the instructions in these new lines and update your environment variables with the appropriate values.
- Save and close .profile.
- Navigate to your DevOps repo directory on a USS command line.
- Enter the following command to refresh the repo with the latest updates:
git pull
- In the JCL folder of the DevOps repo, open the BLDPE.jcl file. (We recommend using ISPF option 3.17 for this.)
- Edit the JCL according to the instructions specified in the job, then submit the job. This will start a series of jobs which will build the Performance Engine and execute regression tests.