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

Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.

12 Answers   CTS, Wipro,


If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??

4 Answers   Accenture,


What are VS COBOL 11 special features?

1 Answers  


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

0 Answers  


i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..

4 Answers   CGI,






01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?

3 Answers   Mind Tree,


db2 variable decimal(15,2) what is the equalent size of cobol variable

2 Answers   Syntel,


i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

5 Answers   HCL,


where do u use low-value and high value in cobol

3 Answers   CGI,


WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?

3 Answers   TCS,


comp-3 field occupy?

5 Answers  


What is the linkage section?

4 Answers  


Categories