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


PGM1:

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

/* rexx */
say 'this is the main pgm'
say 'it was passed' __argv.0 'arguments:'
do i = 1 to __argv.0
  say '  Argument' i': "'__argv.i'"'
end

call 'pgm2' 'arguments', 'to pgm2'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014