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 |
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
Explain the term Transaction routing?
What is the significance of RDO?
Can you explain common systems area?
Name the command which is used to release a record on which exclusive control is gained?
What is interval control and what are some of the CICS commands associated with it?
How to handle exceptional conditions in cics?
How are programs reinitiated under CICS ?
What is bms map?
What is the difference between using the READ command with INTO option and SET option?
What is the usage of language in the PPT entry?