You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ScarletDME
Hello everyone. Importing from QM to SDME I have discovered a small bug in the generation of indexes. The environment variable @ITYPE.MODE is very useful to generate indexes without masking in DICTs that have a display mask. However, when generating indexes, the value of @ITYPE.MODE always remained at 2 and could not be used in other operations. The problem is in the utility QMSYS:GPL.BP MKINDX that does not initialize the value of the variable to zero when the process ends. I have added the order @itype.mode = 0 in line 573 to initialize the value. It seems to work well, but I don't know how to implement it in the SDME repositories. I hope that some more advanced member of SDME will verify if my contribution is correct and implement it where appropriate.