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 |
Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)
Why doesn?t CICS use the Cobol Open and Close statements ?
If no exception handling is provided in the program, what will happen ?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
What is the syncpoint and its use?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
How would you resolve an ASRA abend?
Tsqs can be written in the main storage or auxiliary storage? State true or false
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
What is the primary aspect of CICS?
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)