What to code in the PRODUCT CONFIG for USERPASS and TERMPASS exits
search cancel

What to code in the PRODUCT CONFIG for USERPASS and TERMPASS exits

book

Article ID: 399778

calendar_today

Updated On:

Products

VM:Secure for z/VM

Issue/Introduction

In the sample PRODUCT CONFIG file these lines

USEREXIT USERPASS USERE EXEC
USEREXIT TERMPASS TERME EXEC

If we choose to use the VMXEXITA and VMXEXITB sample execs provided, we would code

USEREXIT USERPASS VMXEXITA EXEC
USEREXIT TERMPASS VMXEXITB EXEC

Is that correct?

 

 

Resolution

Yes.

The USEREXIT record can be found here.

 
Use the USEREXIT record to specify the filename of a user exit routine.
USEREXIT exitname filename [EXEC | TEXT]
 
Definitions
exitname
Specifies the name of a user exit that is to receive control at a certain point in the VM:Secure operation.
Valid user exit names appear in the table VM:Secure User Exit Summary.
filename
Specifies the filename of a site-supplied user exit routine.
EXEC | TEXT
Specifies that the user exit routine is either an EXEC (EXEC, EXEC2, or REXX) or is in TEXT format.