Answer Posted / shubha
index denotes the displacement value and it is system
defined.if you are using index variable with occurs
clause,it need not have be defined in the data division.but
it should be mentioned as i.e syntax is:
levelno(02 to 49) identifier occurs n times indexed by
indxname
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between next sentence and continue in cobol programing language?
What are the different rules for performing sort operation?
What is the difference between goback, stop run and exit program in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is difference between static and dynamic call in cobol?
what are decleratives in cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How many bytes S(8) comp field occupy and its maximum value?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Define cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps