Tags:
create new tag
view all tags

.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

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2016-03-07 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback