select TURE Statement(s) aboUt eject statemenet in cobol?
a)The eject statememnt must be the only statement on the
line
b.It causes the program to edit abnormally
c. eject statement can be written in either area A or
area B
d. specifies that the next source statement is to be
printed at Top of the next page
e.The EJECTstatement has no effect on the compilation of
the source program itself
Answers were Sorted based on User's Feedback
Answer / vikas bhardwaj
1 more thing to add apart frm ans#1,
EJECT statement specifies that the nxt source statement is
to be printed at the top of next page
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
When is a scope terminator mandatory?
What is the LINKAGE SECTION used in COBOL?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
Explain about different table spaces.
Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
how to code in cobol while using variable block file?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
what happens if parmparameter passes zero bytes to the program
When would you use in-line perform?