How do you get data from a task that began with a START
command?
Answers were Sorted based on User's Feedback
Answer / rijith.k
Use the command RETRIEVE. this is the only way to get such
data.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the comaera?
What is meant by PPT and what are its uses?
How do you execute a background CICS transaction ?
Explain how can you accomplish breakpoint in intertest?
What is meant by a CICS task?
Explain ceci transaction commands?
Can QSAM files be accessed from CICS?
How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?
What are the two types of transient data queues?
A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?
CICS and DB2 can exist in the same region under the Operating system (True or False)
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?