opensource-cobol
opensource-cobol copied to clipboard
複数プログラム実行時のCANCEL ALLに関する問題 / Problems with CANCEL ALL when running multiple programs
親プログラムから3つ以上のプログラムを実行したのち、CANCEL ALLを実施した際に、正常にすべてのプログラムがCANCELされていなかった問題を修正した。
Fixed the problem that not all programs were normally CANCELed when CANCEL ALL was executed after executing 3 or more programs from the parent program.