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


Please Help Members By Posting Answers For Below Questions

What is the Purpose of POINTER Phrase in STRING command in COBOL?

711


explain sorting techniques in cobol program?

682


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

639


How are the next sentence and continue different from each other?

753


how do you reference the fixed unblock file formats from cobol programs

698






IF I mention stop run in CICS what happens?

1886


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10543


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

696


What is the difference between Call and a Link?

692


What is the use of intialize verb?

738


Whats the difference between search & search ALL?

5237


What are different data types in cobol?

678


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1772


What are the rules of the move verb?

695


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

764