简单问题求教无门,这里试试!!! 来者有分

时间:2022-04-25 19:54:14
求教:COBOL中两个命令不知道是什么意思.
    SKIP
    EJECT 

有谁知道请赐教,急啊!!!

补充:
运行环境是日立的大型机叫HITAC-M680

9 个解决方案

#1


这是c/c++板块阿
我不喜欢cobol
古板死了:(
8懂

#2


传说中的语言,^_^

#3


可谁能告诉我COBOL板块在哪里啊?

#4


什么是cobol,干嘛的,连听都没听说

#5


The EJECT statement specifies that the next source statement is to be printed at the
top of the next page.
Format
──EJECT─ ─ ─┬ ┬ ─── ──────────────────────────────────────────────────────────
└ ┘ ─.─
The EJECT statement must be the only statement on the line. It can be written in
either Area A or Area B, and can be terminated with a separator period.
The EJECT statement must be embedded in a program source. For example, in the
case of batch applications, the EJECT statement must be placed between the CBL
(PROCESS) statement and the end of the program (or the END PROGRAM header,
if specified).
The EJECT statement has no effect on the compilation of the source program itself.

#6


The SKIP1/2/3 statements specify blank lines that the compiler should add when
printing the source listing. SKIP statements have no effect on the compilation of
the source program itself.
Format
─ ─ ─┬ ┬ ─SKIP1─ ─ ─┬ ┬ ─── ──────────────────────────────────────────────────────
├ ┤ ─SKIP2─ └ ┘ ─.─
└ ┘ ─SKIP3─
SKIP1
Specifies a single blank line to be inserted in the source listing.
SKIP2
Specifies two blank lines to be inserted in the source listing.
SKIP3
Specifies three blank lines to be inserted in the source listing.
SKIP1, SKIP2, or SKIP3 can be written anywhere in either Area A or Area B, and
can be terminated with a separator period. It must be the only statement on the
line.
The SKIP1/2/3 statement must be embedded in a program source. For example,
in the case of batch applications, the SKIP1/2/3 statement must be placed between
the CBL (PROCESS) statement and the end of the program (or the END
PROGRAM header, if specified).

#7


嘿嘿!
你用提款机吗?后台很可能运行的就是COBOL.
你打电话吗?电信局里运行的也是COBOL.
你炒股吗?股市系统后台也是....

#8


简单说这两个命令都是compiler指示语句
只对当把source打印出来的时候,格式化你的source的
eject就把下面一个语句打印到下一页上,也就是换页。
skip是把下一语句隔1-3行打印
对于源程序的逻辑应该没什么影响
只是compiler的工作,linker根本不处理的

#9


你去 开发语言/其他开发语言板块 问吧

#1


这是c/c++板块阿
我不喜欢cobol
古板死了:(
8懂

#2


传说中的语言,^_^

#3


可谁能告诉我COBOL板块在哪里啊?

#4


什么是cobol,干嘛的,连听都没听说

#5


The EJECT statement specifies that the next source statement is to be printed at the
top of the next page.
Format
──EJECT─ ─ ─┬ ┬ ─── ──────────────────────────────────────────────────────────
└ ┘ ─.─
The EJECT statement must be the only statement on the line. It can be written in
either Area A or Area B, and can be terminated with a separator period.
The EJECT statement must be embedded in a program source. For example, in the
case of batch applications, the EJECT statement must be placed between the CBL
(PROCESS) statement and the end of the program (or the END PROGRAM header,
if specified).
The EJECT statement has no effect on the compilation of the source program itself.

#6


The SKIP1/2/3 statements specify blank lines that the compiler should add when
printing the source listing. SKIP statements have no effect on the compilation of
the source program itself.
Format
─ ─ ─┬ ┬ ─SKIP1─ ─ ─┬ ┬ ─── ──────────────────────────────────────────────────────
├ ┤ ─SKIP2─ └ ┘ ─.─
└ ┘ ─SKIP3─
SKIP1
Specifies a single blank line to be inserted in the source listing.
SKIP2
Specifies two blank lines to be inserted in the source listing.
SKIP3
Specifies three blank lines to be inserted in the source listing.
SKIP1, SKIP2, or SKIP3 can be written anywhere in either Area A or Area B, and
can be terminated with a separator period. It must be the only statement on the
line.
The SKIP1/2/3 statement must be embedded in a program source. For example,
in the case of batch applications, the SKIP1/2/3 statement must be placed between
the CBL (PROCESS) statement and the end of the program (or the END
PROGRAM header, if specified).

#7


嘿嘿!
你用提款机吗?后台很可能运行的就是COBOL.
你打电话吗?电信局里运行的也是COBOL.
你炒股吗?股市系统后台也是....

#8


简单说这两个命令都是compiler指示语句
只对当把source打印出来的时候,格式化你的source的
eject就把下面一个语句打印到下一页上,也就是换页。
skip是把下一语句隔1-3行打印
对于源程序的逻辑应该没什么影响
只是compiler的工作,linker根本不处理的

#9


你去 开发语言/其他开发语言板块 问吧