How to modify the setting parameters in Language Environment (LE)
Setting parameters in Language Environment (LE) that affect HULFT operations
The following parameters have an effect on securing of regions within the below-the-line storage. Define the same values or strings that are underlined below for the Language Environment (LE).
Setting Parameters |
---|
ALL31=(ON) |
ANYHEAP=(16K,8K,ANYWHERE,FREE) |
HEAP=(32K,32K,ANYWHERE,KEEP,8K,4K) |
STACK=(128K,128K,ANYWHERE,KEEP,512K,128K) |
THREADHEAP=(4K,4K,ANYWHERE,KEEP) |
BELOWHEAP=(4K,4096,FREE) |
How to register setting parameters in Language Environment (LE)
Use the following procedure to register setting parameters:
1. Copy the CEEUOPT member.
The CEEUOPT template is located in 'CEE.SCEESAMP(CEEUOPT).' Copy this to a different library.
2. Modify the contents of the CEEUOPT member you copied.
Modify the contents of the CEEUOPT member you copied to the contents described in Setting parameters in Language Environment (LE) that affect HULFT operations.
3. Assemble the contents of the CEEUOPT member you copied.
JCL template for registration is located in 'CEE.SCEESAMP(CEEWUOPT).'
Define HULFT library in the load module library you will register, and then register the library.
4. Back up the module.
Back up 'XRAPTSRV' and 'XRAPTTSK' in a different location.
5. Statically combine the module into HULFT module.
Statically combine the module described above into HULFT module.
For details, refer to the IBM manual z/OS Language Environment Customization.