On Sat, 22 Oct 2016 12:33:39 -0500, Walt Farrell wrote:
>
>>    address syscall 'ls -l'
>>    say rc retval
>
>That's what I would expect. "ls" is not a syscall command (at least in z/OS 
>1.13). It is a shell (address SH) command. 
>
>List of syscall commands (z/OS 1.13): 
>  
> http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/bpxzb6a0/3.0?SHELF=all13be9&DT=20100628090654
>or
>  http://preview.tinyurl.com/grqcqc4
> 
My expectation, also.  You might get to "ls" with "address SYSCALL spawn ls -l"
or "address SYSCALL spawn sh -c ls -l".

(Schematic examples; too simple to work as written.)

Did wjs intend to imply that bpxwunix works under System Rexx?  If so, that's
the simplest approach.

-- gil

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

Reply via email to