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 |
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
diffrence between z(2) and z9(2)
How is sign stored in a COMP field ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the steps you go through while creating a COBOL program executable?
what is meant by binary search?
is it possible to declare index in cobol program? if it is not why its tell me pls
whats the disadvantage of search all over search?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?