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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you define single dimensional array and multidimensional array in your cobol?

1147


What is amode(24)?

1291


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4202


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1205


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

1288


What are 77 levels used for?

1142


) How do u handle errors in BMS macro

2101


What is the difference between comp and comp-3?

1222


How do get the result of your program directly on your pc?

2390


Give some examples of command terminators?

1317


what is difference between cobol and cobol/400

23058


Explain the configuration section of a cobol program with examples of syntax.

1252


IF I mention stop run in CICS what happens?

2421


What is the difference between Call and a Link?

1255


What is length is cobol?

1151