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 ?
Answers were Sorted based on User's Feedback
Answer / uttam kumar
First, we have to change in the length fo field in Physical map and whatever we have defined variables corresponding to that field in Progroam needs to be changed.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kiruthika
Just change the length of the field(ex.Field (1,3) length = 5. Make sure that your modified length is not affecting other fields and place it in Endevor tool(tool can be anything).Symbolic map will be automatically created while doing the execution.Just copy the Map Copybook in the Program
Is This Answer Correct ? | 0 Yes | 0 No |
what is psuedo conversation?
Name the cics command that gives the length of twa area?
What are the three ways available for a program to position the cursor on the screen?
Explain how do you access the records randomly in tsq?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Explain the difference between a symbolic map and physical map?
when will be use the tdq and tsq??
What is the difference between LINK and XCTL ?
Translation Time is not reduced if the Pre-compilation is done first(True or False).
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
what is eib, how is can be used?