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
Answer Posted / 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 |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are the cobol coding sheets?
how can i see junk values in dclgen or in hostvariable of comp ?
What is length is cobol?
State the various causes of s0c1, s0c5 and s0c7.
What rules are to be followed while using the corresponding options?
what is the use of outrecord?
Explain what you understand by passing by value.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are various search techniques in cobol? Explain.
What is cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the ksds vsam file formats from cobol programs