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


Examples

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

Examples

         IWMEGCOR GET=MAXLENGTH,EWLM_CORRML=CMLEN
*
* Storage areas
*
CMLEN    DS    F               Maximum correlator length
         IWMEGCOR GET=CORRELATOR,
                  WORKREQ_HDL=WRHANDLE,EWLM_CORR=CORR
*
* Storage areas
*
WRHANDLE DS    CL8             Work Request Handle
CORR     DS    CL127           Output field of size
                               maximum correlator length

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014