I am setting up ACF2 SESSION Profile Data Records for IBM's VTAM Enterprise to validate the APPCLU resource, how do I setup a non expiring key interval for the session key?
search cancel

I am setting up ACF2 SESSION Profile Data Records for IBM's VTAM Enterprise to validate the APPCLU resource, how do I setup a non expiring key interval for the session key?

book

Article ID: 26633

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

 

I am setting up ACF2 SESSION Profile Data Records for IBM's VTAM Enterprise to validate the APPCLU resource, how do I setup a non expiring key interval for the session key?

 

 

Environment

Release:
Component: ACF2MS

Resolution

The KEYINTVL(keyintvl) field of the SESSION Profile Data Record specifies the number of days from 1 to 32767 that the session key is valid.

The ACF2 SESSION profile data records define the security key to be used, expiration dates, and type of conversation security to be used. The KEYINTVL(keyintvl) field of the SESSION Profile Data Record specifies the number of days from 1 to 32767 that the session key is valid. KEYINTVL is not required. If it is not specified, or if KEYINTVL (0) is specified then there is no expiration of the SESSKEY.

For Example:

     SET PROFILE(APPCLU) DIVISION(SESSION) 
     INSERT sessrec SESSKEY(sessionkey) KEYINTVL(0) VERIFY   
 
     Is equivalent to:
 
     INSERT sessrec SESSKEY(sessionkey) VERIFY      

In both examples the non expiring key interval is established for the session key.

 

 

Additional Information

More details on the  KEYINTVL(keyintvl) field of the SESSION Profile Data Record can be found in the CA ACF2 for z/OS Administration Guide, Chapter 16: Maintaining Profile Records section 'APPCLU Profile Records'.