What do the terms locality of reference and working set
mean?
Answer / guest
They refer to CICS efficiency techniques. Locality of
reference requires that the application program should
consistently reference instructions and data within a
relatively small number of pages. The working set is the
number of program pages needed by a task.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can you issue SQL COMMIT from a CICS program?
What is the purpose of the Program List Table?
What is DFHBMSCA?
What are the naming conventions for the Temporary Storage Queues?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
What is the command used to send a map to a terminal?
What is the difference between a return with transid and xctl?
How and where is the TWA size set? .
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
What is the meaning of the enq command?
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance