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 ?
Answer Posted / 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 |
Post New Answer View All Answers
For protecting a transaction using the transaction security function, the two things that must be done are?
what is effect on receive map when
Explain how do you handle errors in cics programs?
What are the cics tables?
What is the use of mdt (modified data tag)?
Explain how do you access the records randomly in tsq?
Explain the function of the cics translator?
Can you explain enq and deq used in cics?
Define transient data?
which is the cics control program that provides communication services between user written application programs and terminals?
Can you define cics task?
How can you access qsam (seq) files from cics?
What does the 'ceci:cics' transactions do?
Explain the maps in cics?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?