Once a user is logged onto one of these online interfaces, you can bypass password specification and allow the user to log on to a CA View database:
To implement this functionality, do the following:
Note:
For the ISPF interface:
SAFDEF.SAR1 ID(SAR1) MODE(GLOBAL) PROGRAM(SARSPF) RB(SVC019) -
RACROUTE(REQUEST=AUTH,CLASS=DATASET)
For the VTAM/XMEM interface:
SAFDEF.SAR3 ID(SAR3) MODE(GLOBAL) PROGRAM(EC2XMDRV) RB(SVC019) -
RACROUTE(REQUEST=AUTH,CLASS=DATASET)
SAFDEF.SAR4 ID(SAR4) MODE(GLOBAL) PROGRAM(EC2VTDRV) RB(SVC019) -
RACROUTE(REQUEST=AUTH,CLASS=DATASET)
Note: Issue the following ACF2 command to activate the above SAFDEF records:
F ACF2,REFRESH(SAFDEF)
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|