What is the meaning of 'Eject' verb in cobol?

Answers were Sorted based on User's Feedback



What is the meaning of 'Eject' verb in cobol? ..

Answer / pratap

EJECT Statement

Description
The EJECT statement specifies that the next source
statement is to be printed at the top of the next page.

The EJECT statement must be the only statement on the line.

You may write it in either Area A or Area B, and you may
terminate it with a separator period.

The EJECT statement has no effect on the compilation of the
source program itself.

Example:

->->--EJECT--*-----*-------------------------------------><-
*- . -*




------------------------------------------------------------
--------------------

Is This Answer Correct ?    38 Yes 2 No

What is the meaning of 'Eject' verb in cobol? ..

Answer / guest

eject verb can be used any division in cobol program. it is
ued for page break..

Is This Answer Correct ?    34 Yes 4 No

Post New Answer

More COBOL Interview Questions

How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

0 Answers  


What are the access modes of START statement?

0 Answers  


What will happen if we generate GDG (+2) version without generating (+1) version?

2 Answers   IBM, T systems,


In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?

5 Answers  


what are the diferences b/w sub-script and index?

4 Answers  






what is level 66 means??

7 Answers  


What kind of error is trapped by on size error option?

0 Answers  


01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?

3 Answers   Patni,


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

0 Answers  


COMP?

2 Answers  


How do u initialize an array?

2 Answers   CTS,


SIGN TRAILING SEPARATE field occupy ?

3 Answers  


Categories