ACF49071 INVALID FIELD NAME IN SFLDS PARAMETER - USER in report ACFRPTSL
search cancel

ACF49071 INVALID FIELD NAME IN SFLDS PARAMETER - USER in report ACFRPTSL

book

Article ID: 228488

calendar_today

Updated On:

Products

ACF2 - z/OS

Issue/Introduction

After installing ACF2 r 16 , running report ACFRPTSL receive message "ACF49071 INVALID FIELD NAME IN SFLDS PARAMETER - USER"

 

 

Environment

Release : 16.0

Component : ACF2 for z/OS

Resolution

With ACF2 r16 the field USER cannot be used in the SFLDS parameter for ACFRPTSL

Here is a sample ACFRPTSL to give you the results you are looking for.
Note that USER does not provide any value as it is not actually set in logonids...
Every logonid is assumed to be a USER logonid - USER will never be seen in a listing of the logonid.

//STEP2  EXEC  PGM=ACFRPTSL,REGION=4096K                               
//SYSPRINT   DD  SYSOUT=*                                              
//SYSIN   DD  *                                                        
 INPUT(ACF2)                                                           
 REPORT(SHORT)                                                         
 SFLDS(PPGM DUMPAUTH JCL INTERCOM LGN-PROC NOTICES MODE AUDIT LEADER - 
 OPERATOR)            
//  

Additional Information

PTF RO96794  (ACF2 r16) and RO98938 (ACF2 r15) changed the way that ACFRPTSL
works with USER (and any other logonid field that is defined with LIST=0 in @CFDE).
ACFRPTSL is working correctly at this time.