Please let me know how the Eject verb works for page break..
I want to know the code, how it is used.
Answers were Sorted based on User's Feedback
We have to write 'EJECT' in 7th column, otherwise it will
give error.
| Is This Answer Correct ? | 0 Yes | 2 No |
2)Where the Plan is located in CICS-DB2?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
What are the functions like c or c++ in cobol?
SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.
What are options have been removed in COBOL 11?
WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what is meant by binary search?
I want ALL jcl ERROR cods
What COBOL construct is the COBOL II EVALUATE meant to replace?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
how to move the records from file to array table. give with code example