Please let me know how the Eject verb works for page break..
I want to know the code, how it is used.
Answer Posted / suresh ramaiyan
We have to write 'EJECT' in 7th column, otherwise it will
give error.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Have you used comp and comp-3 in your project? And how?
What are the access modes of START statement?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the difference between Call and a Link?
How to remove 2 duplicate records and copy only one using job control language?
What is rmode(any) ?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the different rules for performing sort operation?
What is static and dynamic call in cobol?
What are the different data types in cobol?
Explain what you understand by passing by value.
how do you define single dimensional array and multidimensional array in your cobol?
Can we change the password using ALTER? anyone tried and changed?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?