z/OS JES2 Macros
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


$PATCHSP – Generate patch space

z/OS JES2 Macros
SA32-0996-00

Use $PATCHSP to cause a specified number of bytes of patch space to be generated. This patch space is divided into halfwords and listed in the assembly in such a way that both the assembly location (for REP and AMASPZAP patch statements) and the base displacement (in the form BDDD) are printed for each halfword.

Format description

Read syntax diagramSkip visual syntax diagram
>>-+--------+--$PATCHSP--length-number-------------------------->
   '-symbol-'                            

>--+--------------------+--------------------------------------><
   |            .-NO--. |   
   '-,DSECT--=--+-YES-+-'   

length
Specifies the length of the patch space in bytes.
DSECT=
Specifies how the specified patch space will be generated.
YES
Indicates that the specified patch space is generated with all binary zeros.
NO
Indicates that the specified patch space is generated with halfwords of S-type ADCONS (that is, S(*)).
Attention:

Local addressability is required for this macro instruction to assemble correctly.

Environment

  • Main task, subtask, user address space, or functional subsystem (HASPFSSM).
  • MVS™ WAIT and $WAIT are not applicable.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014