Previous Topic: Special Uses of qfilesNext Topic: Signon Profile qfiles


PF Key Module

A PF key module is executed each time a user issues the CA OLQ task code. The PF key module is not associated with specific users, but with the CA OLQ task code.

How to create a PF key module

You create a PF key module as a qfile with IDD, save it in the dictionary, and define it as the pfkey module during system generation:

ADD/MODIFY OLQ ...
PFKEY MODULE IS qfile-name

You can also include global settings in the PF key module. For example, a PF key module might look like:

SET FUNCTION 1 = 'HELP'
SET FUNCTION 2 = 'HELP COMMANDS'
SET FUNCTION 3 = 'QUIT'
SET FUNCTION 4 = 'HELP COMMANDS'
SET FUNCTION 5 = 'DISPLAY'
SET FUNCTION 6 = 'MENU'
SET FUNCTION 7 = 'PAGE BACK'
SET FUNCTION 8 = 'PAGE FORWARD'
SET FUNCTION 9 = 'SWAP'
SET DATE 'Month DD, YYYY'