Accomplishing Command Definition

You should use the DEFCMD command to perform basic command definitions that only affect your user ID. A systems administrator or system programmer should use the DEFSCMD to perform system-wide REXX/CICS command definitions. The DEFCMD and DEFSCMD commands are used from within a REXX exec to define or change REXX command definitions. You can add or change your own command definitions, using the DEFCMD command, without any special authorization. You must be a REXX/CICS authorized user to use DEFSCMD to change command definitions that affect other REXX/CICS users. See section DEFCMD for more information on the DEFCMD command and section DEFSCMD for more information on the DEFSCMD command.