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 Posted / 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 |
Post New Answer View All Answers
Explain 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?
name the command that is used to dump the main storage areas related to a task?
How ENQ and DEQ used in CICS?
Explain the difference between the xctl and link commands?
What is a cics task?
Define ceci?
What are the types of processes to create a map in cics?
how do you execute a background cics txn ?
Explain the difference between physical map and symbolic map?
What is the cics command that is used to access current date and time?
what is the differences between getting the system time with eibtime and asktime command?
Can QSAM files be accessed from CICS?
Can you explain cics translator?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
How to define a vsam file in cics getting into cics to define a vsam file.