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 CICS command that is used to copy a screen image of a terminal into another terminal?
What is the difference between the XCTL and LINK commands?
Explain difference between call and link?
Which is the macro used for making an entry in the PPT
how can you prevent more than one user from accessing the same transient data queue?
Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS.
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
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 ?
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
Name three ways the Modified Data Tag can be set on?
How is addressability achieved to the data outside programs working-storage.?