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


Please Help Members By Posting Answers For Below Questions

With the use of an alternate index, how is a VSAM file accessed?

642


How to get the cursor position when we receive a map?

578


Can dynamic calls be used in CICS?

644


Highlight the difference between a symbolic map and physical map?

603


What do you mean by the term fct?

533






What is the tcp in the cisc?

593


Mention the content that is present inside a PPT ?

557


What are the main uses of the transaction in the cics?

587


Particular area has been affected in cics screen, what is the process to find?

8547


Define the term mro (multi region operation)?

577


Can you define cics task?

631


How ENQ and DEQ used in CICS?

806


Can you define bms?

612


Explain what is the massinsert option?

637


We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

2714