Example 4

Operation: Name is fully qualified, EXEC or CLIST keyword is not specified.

Result:
  • Fully-qualified name is as specified.
  • Procedure is run as a REXX exec if the string REXX is found within a comment in line 1 of the procedure. Otherwise, it is run as a CLIST.
ex ‘slk27.tools exec(mem3)’
runs "mem3" as REXX exec or CLIST depending on what is found in line 1 of procedure "mem3".