What is the meaning of 'Eject' verb in cobol?
Answer Posted / 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 |
Post New Answer View All Answers
What the difference is between continue and next sentence?
What is comp-1 and comp-2?
Can we change the password using ALTER? anyone tried and changed?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are the different rules to perform a Search?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between comp and comp-3?
In which area will you utilize 88 level items in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to use the same COBOL program in Batch and CICS on lines? explain with an example
explain sorting techniques in cobol program?
Write the code to count the sum of n natural numbers.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that