Posted by Carl Haaser on January 07, 2022 at 12:58:33:
In Reply to: EXEPASS posted by bruce on December 22, 2021 at 18:07:57:
If you want the start of each and every program to do the log routine, USUALLY, the first code of a program is CLEARLOCAL or CLEARCOMMON. Find the instruction that works for you and "REPLACE" it with your Include statement. Make sure you .place the CLEAR statement inside of the include file. This will put your Include file as the first executable instruction:
START:
Include "ProgLog.inc"
OPEN (LUN1) "TESTFILE"
stop
end
ProgLog.Inc
CLEARLOCAL
ENTER "LOGWRT"
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.