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 |
how do you handle errors in cics programs?
What is dynamic transaction backout?
What is an mdt (modified data tag)?
Explain the system transid cemt?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
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?
Name the three ways available for a program to position the cursor on the screen?
Explain the cics command that is used for reading a record from the tdq?
What is DEQ?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
What is task control and what are the CICS commands associated with it?