The SYSCMD i5/OS® FTP client subcommand enables you to run a control language (CL) command on your local system without leaving the FTP environment.
SYSCmd commandline
SYSCMD ? SNDBRKMSG
you get the display for the Send Break Message (SNDBRKMSG) command.
If you want to see low-level messages that result from your CL command, or if you want to enter multiple CL commands before returning to the FTP environment, use the i5/OS CALL QCMD command.
To get to a Command Entry display, enter the following example:
SYSCMD CALL QCMD
From the Command Entry display, you can then call your application programs or enter CL commands. At the completion of your application program or the CL command, you return to the Command Entry display. From there you can display messages, start additional work on the system, or press F3 (Exit) or F12 (Cancel) to return to FTP.
You can enter CL commands when you press F21 (CL command line) from the main FTP display. The FTP server does not allow the use of the F21 key when an exit program is an addition to the FTP client request validation exit point.