Answer Posted / ts nithiyanandan
Reference modification is nothing but moving the part of
value of dataname to other dataname.
01 a pic 9(10).
01 b pic 9(10).
move a(4:5) to b.
i.e., moving from 4th byte to 9th byte to dataname b.
from 4th to 9th is length of 5 bytes.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between perform … with test after and perform … with test before?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Explain about different table spaces.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is an in line perform? When would you use it? Anything else you wish to say about it.
what is difference between cobol and cobol/400
what are decleratives in cobol?
What are the different rules for performing sort operation?
In which area will you utilize 88 level items in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is static and dynamic call in cobol?