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...

I was asked in HSBC interview following questions:

1. A string was given " techincal seminar on cobol language"
Interviewer asked me to calculate the number of vowels in
this string.

Answer Posted / ameen

here is an example for counting vowles in apple word..
apply the same code for your required string....
01 str pic a(5) value 'apple'.
77 cnt pic 9(1) value 0.
01 i pic 9(1) value 1.
procedure division.
perform varying i from 1 by 1 until i>5.
if str(i:1)="A" or "a".......write all vowels.
add+1 to cnt.
display cnt.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the common cics service programs and explain their usage?

1073


How can you access qsam (seq) files from cics?

1183


Explain how do you set the mdt option to on status, even if data is not entered?

1148


Can you define mdt?

1141


Explain the different system tables used in cics?

1067


Particular area has been affected in cics screen, what is the process to find?

9987


How many ways are there for initiating a transaction?

1099


What does a cics translator do?

1478


Explain ceci transaction commands?

1074


Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?

1043


Highlight the difference between a symbolic map and physical map?

1184


What are the ways fot initiating a transaction?

1017


What is the meaning of the deq command?

1192


Define cebr?

1177


Name the command which is used to release a record on which exclusive control is gained?

1077