On Mon, 22 Apr 2024 15:00:18 +0100, Rupert Reynolds wrote:
>
>My Linux lapdog uses #!/bin/rexx as the first line
>
This works on both MVS and several desktops:
    /*bin/mkdir -p .; exec rexx "$0" "$@" # REXX  Magic!  */

>    ... (and external functions
>must be saved with upper case filenames to be found from Rexx code)
>
Can't you quote the function name:
    'Function'( args )  /* Ugh!  */
???

>In some environments (TSO via ddname SYSEXEC, is it?) the Rexx comment was
>not required.
>
Required in SYSPROC and OMVS; optional is SYSEXEC.

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to