z/OS MVS Programming: Workload Management Services
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Example

z/OS MVS Programming: Workload Management Services
SC34-2663-00

Example

To determine if the scheduling environment at location ENVNAME is available on the system name at location SYSNAME specify:

         IWMSEDES SCHENV=ENVNAME,
                  SYSTEM_NAME=SYSNAME,
                  RETCODE=RETCODE,
                  RSNCODE=RSNCODE
*
* Storage areas
*
ENVNAME   DS   CL16            Scheduling environment name
SYSNAME   DS   CL8             Name of system
RETCODE   DS   1F              Return code
RSNCODE   DS   1F              Reason code

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014