The file that executes the HELP command in OS/2 is a batch file. Therefore, calling the HELP command from within a REXX program generates the error message SYS1803. To avoid this error you must use either
'CMD /C HELP' parameter
or
'HELPMSG ' parameter
(HELPMSG is the program called from HELP.CMD).