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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Why did you choose to work with ibm mainframe cobol programming?
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?
What is the compute verb? How is it used?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
When is inspect verb is used in cobol?
What is the use of intialize verb?
Differentiate between structured cobol programming and object-oriented cobol programming.
Why would you use find and get rather than to obtain?
What is the difference between Call and a Link?
Explain about different table spaces.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?