An ACF2 rule that needs to be compiled has a line that is longer than 72 characters.
How can this be compiled?
Release : 16.0
Component : ACF2 for z/OS
Here is a sample access rule..
$KEY(SYS1)
SYSTEMA.PROCLIB UID(******************USER01) R(A) W(A) A(A) E(A) DATA(THIS IS A LONG RULE LINE)
SYSTEMA.PARMLIB UID(*) R(A) DATA(THIS IS A SHORT RULE LINE)
The rule lines would need to be compiled as follows..
$KEY(SYS1)
SYSTEMA.PROCLIB UID(******************USER01) R(A) W(A) -
A(A) E(A) DATA(THIS IS A LONG RULE LINE)
SYSTEMA.PARMLIB UID(*) R(A) DATA(THIS IS A SHORT RULE LINE)
The CA ACF2 documentation for compiling rules states
The COMPILE subcommand lets you enter the control statements and rule entries at the terminal. Some general guidelines are: