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 |
Explain re-entrancy as applies to CICS.
What is meant by an attribute byte?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know
How to build up LU 6.2 communication?"
How can you access esds files from cics?
With the use of an alternate index, how is a VSAM file accessed?
Explain cemt transaction commands?
What command do you issue to delete a record in a transient data queue ?
Can you define multiple maps in a BMS mapset?
difference between tsq and tdq?
What is the difference between pct and fct?