我需要知道如何保持窗口打开,以便在运行程序时可以看到屏幕的输出。在我看到程序的输出之前它会闪烁。谢谢。
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.