On Mon, 20 Feb 2023 14:53:49 -0500, Steve Thompson wrote:
>    ...
>  PARSE ARG UPPER COMMAND_LINE EXCESS
???
   PARSE UPPER ARG COMMAND_LINE EXCESS

But that limits your COMMAND_LINE to only one word; perhaps not what you want.

Example from <https://www.ibm.com/docs/en/zos/2.5.0?topic=tef-listdsi>:
    argument_string = "REXXEXEC VOLUME(PACK1) NODIRECTORY NORECALL"
    x = LISTDSI(argument_string)

-- 
gil

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

Reply via email to