What is the meaning of 'Eject' verb in cobol?
Answer Posted / guest
eject verb can be used any division in cobol program. it is
ued for page break..
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
Differentiate between structured cobol programming and object-oriented cobol programming.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is the difference between goback, stop run and exit program in cobol?
Write a program that uses move corresponding.
What is inspect in cobol ?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What kind of error is trapped by on size error option?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you reference the printer file formats from cobol programs
What are the rules of the move verb?
What is the difference between Global and External Variables?
Whats the difference between search & search ALL?
Write the code implementing the perform … varying.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?