This is a small project developped in HLASM on ZOS, it enables you start a new session by START command following name/alias but not menu numbers, for example 'START SPUFI'.
This project is just for practice, and suits for HLASM beginners. The following knowledge is involved in this project:
- Call CSVQUERY to get the address of ISPSTRT - START processor.
- Call PGSER to unprotect/protect storage.
- Hook ISPSTRT.
- Save ISPSTRT's running enviroment.
- ESTAEX.
- Allocate DD dynamically.
More details please see EnhanceStartOnZ.ppt.
Compile: please use CNTL(ALL) to assemble and link.