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 |
Name at least one of the ways by which a transaction can be terminated?
Explain page up and page down logic along with coding logic in cics?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
What is multitasking and multithreading?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
Can you access QSAM (seq ) files from CICS ?
What is the pcp in the cics?
How is dynamic memory allocated within a CICS application program?
How to make protected field in BMS invisible through application program?
What is the name of the mapset definition macro?
what are the commands used to gain exclusive control over a resource?