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 |
What is the CICS LOAD command?
How do you delete Item 3 in a five-item TSQ?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Sync points cannot be requested by the application programs (True or False).
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
What is EXEC CICS RETRIEVE ?
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
What is the syncpoint command?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What are the types of important programs that are used in the cics?
Kindly specify the pic clause for the any bll cell type of data fields?
What option is specified in the SEND command to send only the unnamed fields on to the screen?