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 / srini
INSPECT strng-1 TALLYING count strng-2 FOR ALL 'A','E','I','O','U'.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Explain the different system tables used in cics?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Define the term mro (multi region operation)?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is the use of the program list table?
What is the use of mdt (modified data tag)?
what is effect on receive map when
Define the term transaction routing?
Particular area has been affected in cics screen, what is the process to find?
Why do we need integrated cics translator?
What are the uses of ppt in cics?
How is Telon(CA-Telon) used to build map?
When would you use abend command?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?