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
.
Answer / sangeethas1985
My answer was 1001. I am not sure if it is correct. If
anyody has an idea please let me know.
| Is This Answer Correct ? | 7 Yes | 1 No |
The error code AEIV?
Explain the use of DCT ?
What is Communication Area?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
What is transient data?
An XCTL uses more CPU time than LINK (True or False)
What is meant by a ‘Transid’ ?
Explain the mdt in cics?
Explain how can you accomplish breakpoint in intertest?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
How will you access a VSAM file using an alternate index?
What is the difference between START and XCTL ?