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 |
Define floating maps with illustration?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
How do you set the MDT option to ?ON? status, even if data is not entered?
What is trigger level in the context of TDQs?
Define an asra?
Name the 3 common ways to create maps?
How can we code a program such that we will never get a MAPFAIL error?
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
define the field with ic in the bms map.
What is the difference between a return with transid and xctl?