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 are the different rules for performing sort operation?
What are the different data types in cobol?
) How do u handle errors in BMS macro?
what is difference between cobol and cobol/400
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What guidelines should be followed to write a structured cobol prgm?
What are declaratives and what are their uses in cobol?
What is comp-1 and comp-2?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Explain about different table spaces.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How do get the result of your program directly on your pc?
i want a program using by if, evaluate , string, unstring, perform, occurs?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Write a program to explain size error.