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


Please Help Members By Posting Answers For Below Questions

What are the different types of condition in cobol and write their forms.

649


In which area will you utilize 88 level items in cobol?

708


What the difference is between continue and next sentence?

651


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

697


What are the pertinent COBOL

2035






State the various causes of s0c1, s0c5 and s0c7.

656


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

666


What is a SSRANGE and NOSSRANGE?

809


What is the difference between PIC 9.99 and 9v99 in COBOL?

727


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1796


What are the rules of the move verb?

695


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1605


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1105


explain sorting techniques in cobol program?

684


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

707