z/OS ISPF Planning and Customizing
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ISPCCSID translation load module definition examples

z/OS ISPF Planning and Customizing
GC19-3623-00

Each ISPCCSID translation load module must be compiled separately using High Level Assembler (or a functional equivalent).

This example shows the ISPCCSID macro used with the Basic ISP00111 translation module.
          ISPCCSID CCSID=00111,TO=TRTO500,FROM=TRFR500
*
*
TRTO500   DC    XL191'...            00111 TO 00500
TRFR500   DC    XL191'...            00111 FROM 00500 (00500 TO 00111)
          END
This example shows the ISPCCSID macro used with the ISP00222 translation module with two direct CCSID entries.
          ISPCCSID CCSID=00222,TO=TRTO500,FROM=TRFR500
          ISPCCSID CCSID=00333,TO=TRT00333,FROM=TRF00333
          ISPCCSID CCSID=00444,TO=TRT00444,FROM=TRF00444
*
*
TRTO500   DC    XL191'...            00222 TO 00500
TRFR500   DC    XL191'...            00222 FROM 00500 (00500 TO 00222)
*
*
TRT00333  DC    XL191'...            00222 TO 00333

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014