Previous Topic: KEP: Keep Data Areas in a Keep WindowNext Topic: LNK: Set Composite Support


LET: Allow a Program to Modify Storage or a Load Module

To allow a program to modify storage, enter:

LET=(address,length)
address

Specifies the starting address of the area of storage that is modified as six to eight hexadecimal digits.

length

Specifies, in hexadecimal, the number of bytes that are modified.

The storage area must lie entirely within the CICS Dynamic Storage Area.

To allow a program to modify a load module, enter:

LET=progname
progname

Specifies the load module that is modified.

Note: Specify this option with great care. It could be password protected.