What is the meaning of 'Eject' verb in cobol?
Answers were Sorted based on User's Feedback
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 |
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 |
Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?
12 Answers T systems, Tech Mahindra,
What are different file OPEN modes available in COBOL?
What is the difference between Perform para and perform asaection in cobol?
i WANT ALL ERROR codes IN CICS and DB2
without performing any operations on a file how can i know whether it contains data or not
Explain about Redefines cluse?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
What is an index for tables?
what is jcl approach for programming?
using redefine can you redefine lower variable size to higher variable size?
What does the initialize statement do ?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?