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 are the main uses of the transaction in the cics?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
What?s the CICS command used to access current date and time?
Can you define bms?
Can you define multiple maps in a BMS mapset?
What is meant by an AICA ABEND?
How do you terminate an already issued DELAY command?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Is it possible start a transaction CICS from job Batch? How do it?