z/OS TSO/E Command Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 7

z/OS TSO/E Command Reference
SA32-0975-00

Operation: Start an ASM load module from a REXX exec invoked under IPCS.

Known:

  • The name of the load module: STEVE.LOAD(PGM)
  • The name of the REXX exec: STEVE.EXEC(RUNIT)
/*  REXX  */
address tso "ISPSTART PGM(BLSG) PARM(CMD(RUNIT))"

/*  REXX  exec RUNIT  */
address ipcs "CALL 'STEVE.LOAD(PGM)' PASSENVB"

For further information concerning IPCS, see z/OS MVS IPCS User's Guide.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014