.UTIL GET HOOK RECORDS

This subroutine copies the engine Hook records into a temporary file for modification.


Usage:

      GOSUB    --- .UTIL GET HOOK RECORDS
      *        Check for errors
      IF       --- .UTIL GET HOOK RECORDS     NE


Description:

This subroutine copies the engine Hook records into the temporary file --- HOOK. No parameters are required.

Once the records are copied, you can modify the contents of --- HOOK as required. To activate the new hook settings, use .UTIL PUT HOOK RECORDS.

The new settings will stay in effect until the user logs out.

NOTE: In releases prior to 5.4.4, you must CLOSE and OPEN the HOOK file to read the records:

      CLOSE    --- HOOK      PHYSICAL?      Y
      OPEN     --- HOOK      SHARE? Y  FAIL 0 CACHE? N

Comments:

Read what other users have said about this page or add your own comments.


 

-- JeanNeron - 2012-01-27

This topic: APPX > WebHome > APPX510Features > APPXRuntimeSubroutineAPI > 0LASubrUtilGetHookRecords
Topic revision: 07 Mar 2016, JeanNeron
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback