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



select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only..

Answer / vallilakshmi

True statements are a,c,d,e.

Is This Answer Correct ?    5 Yes 0 No

select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only..

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

Post New Answer

More COBOL Interview Questions

What is the difference between binary search and sequential search?

0 Answers  


hw to create 3 dimensional array & hw to access it?

1 Answers  


have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code

3 Answers  


What is SET TO TRUE all about, anyway?

5 Answers  


88 class is used for

5 Answers   CTS, EDS,






I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

0 Answers   HCL,


If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  


01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?

7 Answers   Patni,


what are decleratives in cobol?

0 Answers   GGG, Satyam,


Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you

1 Answers   BPL,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,


What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


Categories