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


Please Help Members By Posting Answers For Below Questions

What rules are to be followed while using the corresponding options?

647


What is rmode(24)

686


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

691


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5387


What is a scope terminator give example?

661






I have a File that has duplicate records. I need only those records that occur more than thrice.?

8680


Explain what you understand by passing by value.

712


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1125


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?

1238


Have you used comp and comp-3 in your project? And how?

2014


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

667


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10683


How do you get the data to code the BMS macro?

1483


how do you reference the rrds file formats from cobol programs

807


Write a program that uses move corresponding.

686