Re: EXEPASS


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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"




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]