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

How to read a 100 record from a file through cobol?

2 Answers  


What is R-mode and A-mode?

3 Answers   TCS,


What are declaratives and what are their uses in cobol?

0 Answers  


What is Control Break processing ?

1 Answers   iGate,


1.Can we define condition-name conditions in FD entry.

11 Answers  


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,


What is a scope terminator give example?

0 Answers  


What is the reference modification.

2 Answers  


How to concatenation one or more string?

4 Answers   Temenos,


i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?

12 Answers  


hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe

6 Answers   Citi Bank, CitiGroup, HSBC, iNautix, Wipro,


How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.

10 Answers   ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,


Categories