Answer Posted / jayaprabhu
this error we will get while perfroming some operations on
the Table with the WRONG lIBRARIES
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are the access modes of START statement?
What is difference between static and dynamic call in cobol?
What is the problem of ordered sequential files access?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how do you reference the variable unblock file formats from cobol programs
What is a report item?
What is the utilization of copybook in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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?
how do you reference the fixed unblock file formats from cobol programs
What are the rules of the move verb?
What is the difference between Call and a Link?
What is the difference between comp and comp-3 usage?