z/OS Using REXX and z/OS UNIX System Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


REXX external function parameter list

z/OS Using REXX and z/OS UNIX System Services
SA23-2283-00

The external function parameter list allows a REXX program to call the BPXWDYN program as a function or subroutine. The BPXWDYN program must be called with a single string parameter. For example:
if BPXWDYN("alloc dd(sysin) da(my.dataset) shr")<>0 then
	 call allocfailed

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014