On Sat, 25 Jan 2025 10:37:46 -0600, Paul Gilmartin wrote:
>
>BTW, 'out.' is a REXX string passed to BPXWUNIX, and
>most safely quoted.
>
I've submitted a "thumbs Down" feedback on
<https://www.ibm.com/docs/en/zos/3.1.0?topic=functions-bpxwunix>

several arguments to BPXWUNIX are REXX strings and most safely
quoted.  For example,
    not call bpxwunix 'ls -l',,out.
    but call bpxwunix 'ls -l',, 'out.'

If not quoted they  may caus problems after either
    SIGNAL ON NOVALUE
    out. = 'preset'

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to