Ref: Your note of Thu, 31 Mar 2022 08:45:00 -0600 gil writes: > What does HLASM in Linux for z do? I wouldn't expect NOTE and > POINT.
On Linux, HLASM uses an interface module which maps the MVS supervisor and access method services which it uses to equivalent C library function calls (using the 32-bit compatibility libraries). When nested copy or macro files are being processed, each file is kept open independently, unlike when reading SYSLIB on MVS, which can only maintain one position at a time. Jonathan Scott, HLASM IBM Hursley, UK
