How to apply the hotfix: 1. Run the WRKACTJOB command to make sure that no jobs are running in the AGENT subsystem. 2. Create a save file to back up the original Agent programs: CRTSAVF BUAGENT/AGENT2508 3. Back up the original Agent programs: SAVOBJ OBJ(*ALL) LIB(BUAGENT) DEV(*SAVF) OBJTYPE(*PGM *SRVPGM) SAVF(BUAGENT/AGENT2508) 4. Create a save file for the hotfix: CRTSAVF BUAGENT/AGENT2512 5. Use FTP to upload the Agent2512.savf file provided in this hotfix to BUAGENT/AGENT2512. 6. Display the save file to verify that the hotfix has been uploaded successfully: DSPSAVF BUAGENT/AGENT2512 7. Run the following command to replace programs on the Agent: RSTOBJ OBJ(*ALL) SAVLIB(BRLIB) DEV(*SAVF) SAVF(BUAGENT/AGENT2512) MBROPT(*ALL) ALWOBJDIF(*ALL) RSTLIB(BUAGENT) 8. Verify the Agent version: Go to BUAGENT/ISAGENT. Choose option 1 and then choose option 5. 9. Reload service programs: Go to BUAGENT/ISAGENT. Choose option 2.