pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

ABEND: The number of generated chunk exceeed 256

Open snoopyjc opened this issue 3 years ago • 2 comments

ABEND: The number of generated chunk exceeed 256 for this code:

$bool = -e "$tmdir/$region/tm.wnet.$hour"
        	  or -e "$tmdir/$region/tm.wnet.$hour.Z";

snoopyjc avatar Nov 07 '21 23:11 snoopyjc

Fix in sub function of pythonizer:

  # issue 16 }elsif( ($k=index($TokenStr,'0'))>=1 ){
  }elsif( ($k=index($TokenStr,'0',$begin+1))>=1 ){	# issue 16

snoopyjc avatar Nov 08 '21 00:11 snoopyjc

Fixed in https://github.com/snoopyjc/pythonizer

snoopyjc avatar Feb 07 '22 16:02 snoopyjc