Explain re-entrancy as applies to CICS.
Answer / chudar
the program which doesn't modify itself, so can be reentred
after inturuction by os. and is used in mutithreading region
| Is This Answer Correct ? | 2 Yes | 1 No |
How do you dynamically set the CURSOR position to a specific field?
Which of the following statements correctly describe the syntax of CICS command language?
How and where is the TWA size set? .
what is psuedo conversation?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
Explain floating maps with illustration.
how do you execute a background cics txn ?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
Name the cics command used to access current date and time?
What is a Logical Unit of Work (LUW)?
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?