When trying to define a NODELIST record for ACF2 LDS getting various errors such as:
ACF67030 INVALID OPERAND - CONTROL
ACF67030 INVALID OPERAND - DESCRIBE
ACF0A204 INVALID REQUEST - UNDEFINED RECORD ID
Release : 16.0
Component : CA ACF2 for z/OS
The following example commands can be used to create an ACF2 NODELIST record.
ACF
SET CONTROL(GSO)
INSERT NODELIST.email type(lds) nodes(ldap.sys1) des(test nodelist)
F ACF2,REFRESH(NODELIST)
SHOW NODELIST
To specify the 'DESCRIBE' field only 'DESC', 'DES' or 'DE' are valid.
For NODELIST the NODES specification must match a defined 'Control LDS LDAP Record' LDAP.qualifier, as shown in the SHOW LDS 'ACTIVE LDAP RECORD LIST' list. Note that the 'STATUS' for the active LDAP record list does not have to be 'CONNECTED" but the LDAP.qualifier record must exist.