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
.



Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 ..

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

Post New Answer

More CICS Interview Questions

What is some of the information available in the EIB area?

2 Answers   IBM,


What is CEDF?

3 Answers   IBM,


Mention the content that is present inside a PPT ?

0 Answers  


Which type of TDQ is read destructive?

1 Answers   IBM,


How do you place the cursor on a particular position on the screen?

1 Answers   IBM,






How can we code a program such that we will never get a MAPFAIL error?

1 Answers   Accenture,


What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?

0 Answers  


How do you dynamically set the CURSOR position to a specific field?

3 Answers  


NMDS is both device dependent and format dependent (True or False)

1 Answers  


How do you delete Item 3 in a five-item TSQ?

3 Answers   IBM,


How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?

2 Answers   IBM,


How can you accomplish breakpoint in intertest?

2 Answers   IBM,


Categories