Sample rule CMDVARY problems
search cancel

Sample rule CMDVARY problems

book

Article ID: 243212

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

We tried to enable the sample CMSVARY rule from  xxx.CCLXRULS but it gets an error at line 123:

OPS0997T *-* 123:     rangecount = rangeend - rangestart                        
OPS0997T >V>     3E0F                                                           
OPS0997T >V>     3E02                                                           
OPS1041I ERROR 41 RUNNING CCLXSUPM.CMDVARY, LINE 123: BAD ARITHMETIC CONVERSION 

 

Environment

Release : 14.0

Component : OPS/MVS

Resolution

Change the sample rule as below:

rangecount = x2d(rangeend) - x2d(rangestart)