Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Study the DATA DIVISION entries and the three PROCEDURE
DIVISION entries
given below:
01 END-OF-FILE-SWITCH PIC XXX.
88 NO-MORE-RECS VALUE "YES".
88 MORE-RECS VALUE "NO".
(i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS.
(ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA.
(iii) IF NO-MORE-RECS GO TO LAST-PARA.
Which are wrong?
(a) (i) and (ii)
(b) (ii) and (iii)
(c) (i) and (iii)
(d) all

Answers were Sorted based on User's Feedback



Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END..

Answer / vel

a

Is This Answer Correct ?    6 Yes 1 No

Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END..

Answer / vel

a

Is This Answer Correct ?    2 Yes 1 No

Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END..

Answer / aneesh kaniyath

Answer is a

Is This Answer Correct ?    1 Yes 0 No

Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END..

Answer / nilesh

we cant put a check on 88 level record, as it reopresents a
value and not a variable. So option II is ceratainly not
right. I the answer should be a.

Is This Answer Correct ?    0 Yes 1 No

Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END..

Answer / sharmila

HI, please correct me if m wrong..

as we cannot place a condition for 88 level number. Both ii and iii are wrong. hence the correct option should be (b) right?

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More COBOL Interview Questions

We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.

1 Answers  


How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.

3 Answers  


hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.

2 Answers  


How do we get current date from system with century in COBOL?

0 Answers   Winsol Solutions,


We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)

1 Answers   Cap Gemini,


in cobol perform stmt whether it first checks the condition or not

9 Answers  


a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  


The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it

3 Answers   ADP,


can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?

3 Answers   IBM, Satyam,


what is search and searchall?what is the diffrence between them?give an best example?

3 Answers   BirlaSoft,


what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


Can we use goto statement in inline_perform ?

5 Answers   IBM,


Categories