Please let me know how the Eject verb works for page break..
I want to know the code, how it is used.
Answer Posted / prateek
Just write
Eject.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What guidelines should be followed to write a structured cobol prgm?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how do you reference the esds vsam file formats from cobol programs
how do you reference the ksds vsam file formats from cobol programs
Can we redefine the field of x(200) to less than 200?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Explain how to differentiate call by context by comparing it to other calls?
What is perform what is varying?
What is link edit in cobol?
Describe the cobol database components?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this