Can multiple CICS regions exist under one O/S?
Answers were Sorted based on User's Feedback
Answer / rakesh bajjuri
yes there will be multiple cics regions exsist under one o/s
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / abhishek
Yes they can..that is why they can do Multi region
operation.
| Is This Answer Correct ? | 5 Yes | 0 No |
Once a transient data queue is read, can it be reread?
Name the cics command that gives the length of twa area?
What is dynamic transaction backout?
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 is the CICS command that is used to copy a screen image of a terminal into another terminal?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Name some commands used for CICS file browsing.
What are the ways fot initiating a transaction?
How would you resolve an ASRA abend?
Name the cics command used to access current date and time?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
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?