Given below code, find the value of 'x'.
Perform s001-x thru s001-y.
s001-x.
add 1 to x
.
s001-1x.
-------
.
s001-y.
perform s001-1y 10 times
.
s001-1y.
perform s001-2y 10 times
.
s001-2y.
perform s001-x 10 times
.
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.
how a data in physical and symbolic map gets treated?
Since the physical map is much concerned about the screen
alignment and the field positions, how the values entered in
the field which has PICIN or PICOUT clause in Physical map
gets treated?
Does that mean datas recieved or sent to the physical map
should be constant?
How does the data in Symbolic map gets converted with
5suffix namely F,L,A,I and O.
For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA,
EMPNOL and EMPNOF. how does this happen in symbolic map.
Please provide your inputs on the above and kindly correct
me if I am wrong.
Generally we check EIBALEN = 0 to decide whether first call
or not.
If I do not pass any value in the COMMAREA then EIBCALEN
will be 0 even on second call. Now how can we say the
program is called for the first time or second time?
For protecting a transaction using the transaction security
function, the two things that must be done are?
370
How is Telon(CA-Telon) used to build map?
577
how a data in physical and symbolic map gets treated?
Since the physical map is much concerned about the screen
alignment and the field positions, how the values entered in
the field which has PICIN or PICOUT clause in Physical map
gets treated?
Does that mean datas recieved or sent to the physical map
should be constant?
How does the data in Symbolic map gets converted with
5suffix namely F,L,A,I and O.
For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA,
EMPNOL and EMPNOF. how does this happen in symbolic map.
Please provide your inputs on the above and kindly correct
me if I am wrong.