Please let me know how the Eject verb works for page break..
I want to know the code, how it is used.
Answer Posted / devraj pradhan
only we have to write EJECT.that's all
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is a scope terminator give example?
What are the different rules to perform a Search?
What is rmode(24)
Differentiate between structured cobol programming and object-oriented cobol programming.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is comp-1 and comp-2?
Write a program to explain size error.
how to access the file from prodution from changeman tool and to submit a file to production
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.
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is inspect in cobol ?
Name the divisions, which are available in a cobol program?
What is the difference between goback, stop run and exit program in cobol?
Write a cobol program making use of the redefine clause.