Overriding the defaults
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.