Creating an ACF2 dataset rule from a CLIST - IKJ56228I/ACF67001 errors
search cancel

Creating an ACF2 dataset rule from a CLIST - IKJ56228I/ACF67001 errors

book

Article ID: 236969

calendar_today

Updated On:

Products

ACF2 - z/OS ACF2 ACF2 - MISC

Issue/Introduction

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

 

 

Environment

Release : 16.0

Component : ACF2MS

Resolution

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