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 difference between START and XCTL ?
what is difference between call and link ?
Define the term mro (multi region operation)?
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)
Define floating maps with illustration?
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
What is the difference between a physical BMS mapset and a logical BMS mapset?
What are different ways of initiating transaction in CICS ?
Define an aica abend?
How do you enter into cics region and how many regions available?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
How is dynamic memory allocated within a CICS application program?