ACF61011 OPERAND TOO LARGE(LONG) FOR KEY error message while changing/adding GSO PWPHRASE SPECLIST
search cancel

ACF61011 OPERAND TOO LARGE(LONG) FOR KEY error message while changing/adding GSO PWPHRASE SPECLIST

book

Article ID: 400440

calendar_today

Updated On:

Products

ACF2 - z/OS

Issue/Introduction

Received following error message while issuing CHANGE command against GSO PWPHRASE SPECLIST

Example of failure:

SET C(GSO)                                 
CHA PWPHRASE SPECLIST(&*:=!-%.?_|) ADD  
ACF61011 OPERAND TOO LARGE(LONG) FOR KEY - SPECLIST  

 

Resolution

The field SPECLIST is a multi-valued field. To add multiple values a delimiter needs to be specified between each value. The delimiter is a space.

Example:

ACF
SET CONTROL(GSO)
CONTROL
CHANGE PWPHRASE SPECLIST(& * : = ! - % . ? _ |) ADD/REP/DEL
END

ADD will add the values to any existing values in the field. (default)
REP will replace whatever is currently in the field.
DEL will remove these values from the existing values in the field.