Stopping an MFT agent on z/OS
If you are running a Managed File Transfer Agent on z/OS® as a started task from JCL, the agent accepts the z/OS operator commands MODIFY and STOP, in addition to the fteStopAgent command.
adminGroup=MFTADMINMembers of this group can then issue the fteStartAgent, fteStopAgent, and fteSetAgentTraceLevel commands, and the fteShowAgentDetails command with the -d parameter specified, for the agent that is running as a started task.
For more information, see the adminGroup property in The MFT agent.properties file .
Controlled agent shutdown by using the z/OS MODIFY command (F)
The MODIFY command allows you to stop an agent in a controlled way as an alternative to the fteStopAgent command. The agent completes any transfers currently in progress but the agent does not start any new transfers.
For example:F job_name,APPL=STOPwhere job_name is
the job that the agent process is running under.Immediate agent shutdown by using the z/OS STOP command (P)
The STOP command is equivalent to an immediate stop by using the fteStopAgent command with the -i parameter. The agent is stopped immediately even if the agent is currently transferring a file.
For example:P job_namewhere job_name is the job
that the agent process is running under.