What are the situations under which NEWCOPY is required ?
Answers were Sorted based on User's Feedback
Answer / dev
it is required after u have made some changes to the cics
code and compiled it to let the cics take the newer version
of the loadmodule u have to do the newcopy
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / naga samba
In order to refresh or incorporate the CICS Program changes
to a running cics region,new copy is done.
| Is This Answer Correct ? | 12 Yes | 1 No |
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
Define exec cics retrieve?
Explain the logical message in cics?
Explain the difference between pseudo-conversational and conversational?
can anyone tell me about paginglogic in CICS,Please?
Why must all CICS programs have a Linkage Section ?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
Specify the requirements for automatic task initiation?
Explain cebr transaction commands?
What is bms map?
Where are transient data sets defined to CICS?
For multithreading an application program need not be re- entrant(True or False).