Our company owns an IBMi (AS/400). Is it possible to use GoAnywhere to send emails from a CL program?
Answer:
GoAnywhere Director for the IBMi includes a series of Command Line Projects. These commands can be entered on the IBMi command line, placed in CL/HLL programs and used in job schedulers on the IBMi.
The added commands include:
- SFTP get/put
- OpenPGP encrypt/decrypt
- ZIP / UNZIP
- Send Email Message
The GoAnywhere i5/OS commands can be found in the installation library, which is GOANYWHERE by default.
The supplied i5/OS commands are accessible from a main menu in the GoAnywhere library, which can be launched with the command:
Code: Select all
Go GOANYWHERE/GAMENU
Also, check out our video for more information
iSeries Command Line Projects