When your Rexx program issues a Windows or Unix/Linux command, Rexx passes the command to the Windows or the Unix/Linux command handler for processing. This processing does not include displaying, or echoing, the command on the screen.
Therefore using the Windows ECHO OFF command in your Rexx program or putting an at sign (@) in front of the command has no effect.