HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Overriding the defaults

HLASM Programmer's Guide
SC26-4941-06

The following examples show you how to override the default AMODE and RMODE values:
  • Using the EXEC JCL statement:
    • //LKED EXEC PGM=IEWBLINK,
    • // PARM='AMODE=31,RMODE=ANY'
  • Using the TSO commands LINK or LOADGO:
    • LINK PROGRAM1 AMODE(31) RMODE(ANY)
    • LOADGO PROGRAM1 AMODE(31) RMODE(ANY)

You can also use binder control statements to override the default AMODE and RMODE values.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014