Starting and stopping File Agent
Starting File Agent
Follow these steps to start file agent:
- Open JCL utility DGAFASTA which resides in $CD.SDGASAMP.
- Provide values for the following input parameter:
- FADIR - Absolute Directory Path where File Agent is installed.
//** User Inputs: // SET FADIR='/u/FileAgent'
- Submit DGAFASTA JCL. File Agent execution will start.
Stopping File Agent
Follow these steps to stop file agent:
- Open JCL utility DGAFASTO which resides in $CD.SDGASAMP.
- Provide values for the following input parameter:
- FADIR - Absolute Directory Path where File Agent is installed.
//** User Inputs: // SET FADIR='/u/FileAgent'
- Submit DGAFASTO JCL. File Agent execution will stop.