Execute an OS/2 Command on the Server
Only available to SUPERUSERS
Use this to execute an OS/2 command on the
server. You can either issue an OS/2 command, or
submit
a REXX program --
or you can do both.
Enter an OS/2 Command:
Enter a REXX
program
.
Notes on REXX program entry:
You
do not
need to start with a
/* */
To write output for return to the client, use QUEUE
i.e.; QUEUE "The time is " time('n')
DO NOT USE GoServe FUNCTIONS (such as EXTRACT)
.
If you do, you will
CRASH GoServe
!