Answer Posted / mahii
index is no of occurance we can find data exactly
subscript is displacement mainli its is used in arrays to
load the data
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the different open modes available in cobol?
What is the difference between goback, stop run and exit program in cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is rmode(any) ?
In COBOL, what is the different between index and subscript?
In which area will you utilize 88 level items in cobol?
What are the different rules for performing sort operation?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is redefines clause in COBOL?
Write the code to count the sum of n natural numbers.
What is the difference between Call and a Link?
Give some examples of command terminators?
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?