z/OS JES3 Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of Use

z/OS JES3 Customization
SA32-1006-00

An example of the IATXCVD macro is:
             .
             . (other code)
             .
          IATXCVD INPUT=BINVALUE,
               OUTPUT=PRTVALUE,
               LEADING_ZERO=KEEP
             .
             . (other code)
             .
* Data to be used
BINVALUE DS    H
PRTVALUE DS    CL5

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2013