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 |
In an EVALUTE statement is the order of the WHEN clauses significant?
describe 805 error
What is XDC ?
Explain about Redefines cluse?
What rules are followed by the search verb.
What is the Purpose of POINTER Phrase in STRING command
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.
what is ASRA, AEY9?
SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.