When trying to create/compile an ACF2 dataset rule from a CLIST, the following errors are seen:
IKJ56228I DATA SET TESTUSR.STORE NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED
$KEY(TEST) MODE(ABORT)
ACF67001 COMMAND $KEY INVALID OR AMBIGUOUS
TEST.- UID(*) R(A) W(A) A(A) E(A)
ACF67001 COMMAND TEST.- INVALID OR AMBIGUOUS
Here is an example of the CLIST. Why are these errors occurring?
PROC 0
CONTROL MSG LIST
ACF
DATA
SET RULE
COMPILE STORE FORCE
$KEY(TEST) MODE(ABORT)
TEST.- UID(*) R(A) W(A) A(A) E(A)
END
ENDDATA
Release : 16.0
Component : ACF2MS
There is a missing * character after COMPILE command. The * character indicates to enter the ACF2 compiler for manual entry as opposed to compiling from a dataset.
Example:
COMPILE * STORE FORCE