Starting an MFT agent on z/OS
On z/OS®, in addition to running the fteStartAgent command from a z/OS UNIX System Services session, you can start an agent as a started task from JCL without the need for an interactive session.
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.
As a Java application, an agent is a z/OS UNIX System Services application that you can run from JCL by using the BFGAGSTP member, from a generated Managed File Transfer command PDSE library data set for an agent. For more information about how to create an MFT command PDSE library data set, and customize it for the required agent, see Creating an MFT Agent or Logger command data set.