HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


LOCATION

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Sets main storage to the contents of REXX variable MEMAREA.
Read syntax diagramSkip visual syntax diagram
>>-LOCation--storage-start-address-----------------------------><

location-start-address
An expression specifying the storage start address.

If the expression contains an Access Register then the storage that is modified is in the dataspace identified by the ALET in the referenced Access Register.

The SET LOCATION command lets you modify storage within your program's defined limits. If the TRACEALL or RISK option is ON, you may be able to modify storage beyond the defined limits.

For more details on your program's defined limits and how to change them, see (for CMS) Your program's defined limits, (for z/OS) Your program's defined limits and (for z/VSE) Your program's defined limits.

Examples

SET LOCATION plist
SET LOCATION 0(R1)
SET LOCATION 0(AR2)

REXX variables read

MEMAREA
New contents of the specified memory area

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014