OPS Rule compile error - DDNAME - AOFEXEC IS CURRENTLY NOT ALLOCATED
search cancel

OPS Rule compile error - DDNAME - AOFEXEC IS CURRENTLY NOT ALLOCATED

book

Article ID: 196463

calendar_today

Updated On: 09-06-2024

Products

OPS/MVS Event Management & Automation

Issue/Introduction

I'm opening this case needing your assistance in troubleshooting RULES IPLUPRX, IPLDOWN and IPLDOWRX shown below as DISABLED.      

                          
  RuleName    Status         AE TYP   VV MM  Created  Changed             Size  Init  MOD   ID   
_ IPLDOWN   DISABLED N      ***    01.49     00/12/14 20/03/24 18:09     53    48       0    xx03   
_ IPLDOWRX DISABLED N      ***    01.64     04/05/07 20/06/24 13:24   181    80       0    xx52   
_ IPLUP          ENABLED  Y   CMD   01.42     04/02/06 20/01/23 14:09     36    47      0     xx03   
_ IPLUPRX     DISABLED N      ***    01.57     04/05/07 20/06/24 14:47   146    60      0     xx52


When I attempt to compile it, I receive error message:
  RuleName Status  AE TYP VV MM  Created  Changed       Size Init  MOD   ID   
c IPLUPRX  DISABLED N *** 01.57 04/05/07 20/06/24 14:47  146   60    0 TE52  

AOF CTRL - Command Response Display -------------------------- Row 1 to 2 of 2 
Command ===>                                                  Scroll ===> CSR  
                                                                               
Last command: COMPILE OPSMVS.IPLUPRX                                           
-------------------------------------------------------------------------------
DDNAME - AOFEXEC IS CURRENTLY NOT ALLOCATED                                    
------------------ Return code 4 from AOF cmd COMPILE OPSMVS.IPLUPRX   --------
**END**




 
 

Environment

OPS/MVS

Resolution

Before a rule can be compiled , verify that  2 parameters are correct.  

 
Go to OPSVIEW option 4.1.1 and verify that AOFPRECOMPILED is set to YES and that the AOFPRECOMPILEDDSN is specified. 
The AOFPRECOMPILEDDSN must be a partitioned dataset with :
RECFM Fixed block (mandatory)
LRECL 4096 (mandatory)
BLKSIZE 4096 or greater (must be a multiple of 4096)
DIRECTORY BLOCKS User-defined (dependent on number of rules)
SPACE User-defined (dependent on number of rules)

Refer to the OPS/MVS Using manual section titled "Maintaining the AOF Production Compiled Rules Library".

When properly setting the above parameters, the compile may be reattempted and should complete successfully.