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 |
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
how do you reference the esds vsam file formats from cobol programs
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Minimum how many Number of Paragraphs are there in ID- Divison?
Explain about different table spaces.
what happens if parmparameter passes zero bytes to the program
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
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?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?