プログラムを実行したときに画面の出力を確認できるように、ウィンドウを開いたままにしておく方法を知る必要があります。プログラムの出力が表示される前に点滅します。ありがとう。
program-id. Experiment as "Experiment".
environment division.
configuration section.
Source-Computer. IBM-PC.
Object-Computer. IBM-PC.
special-names.
console is crt.
data division.
working-storage section.
procedure division.
Experiment-Start.
Display "Hello World".
end program Experiment.