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 |
How do you get the data to code the BMS macro?
what is the difference between PA & PF keys?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
What is binary search?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
Difference between array and sub-script ?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
where do we use dyanamic call ? and where do we use static call pls give any example pls ?