z/OS MVS Program Management: User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


XCAL: Exclusive call option

z/OS MVS Program Management: User's Guide and Reference
SA23-1393-00

You use the XCAL option when valid exclusive references have been made between segments of an overlay program. A warning message is issued for each valid exclusive reference, but the binder marks the output module as executable.

See References between segments for information about valid exclusive references.

To specify the exclusive call option, code XCAL in the PARM field.

{XCAL | XCAL=NO | NOXCAL}

The OVLY attribute must also be specified when you use the XCAL option. For example:
//LKED       EXEC   PGM=IEWBLINK,PARM='XCAL,OVLY,...'

XCAL=NO is the default value and can also be specified with the keyword NOXCAL.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014