How to import the cics code for updations?
what are steps do we need follow for execution again after
modification? plz any body help me to know
Answer / harsha
Once you are finished with code changes, compile the
program. Login to CICS region and type 'CEMT SET PROG(PROG-
NAME)' NEWC. Hit enter. CICS will pick-up the latest
changes.
| Is This Answer Correct ? | 5 Yes | 0 No |
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 ?
I have written a CICS program. What tables should I setup to run this program?
The first step in the development of an application system is the Requirement Analysis(True or False).
What is cics load command?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What does EIB mean in CICS?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
Which transient data queue supports ATI?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
What is ASRAABEND in CICS?
Translation Time is not reduced if the Pre-compilation is done first(True or False).
Differentiate between PCT and FCT.