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
A table has two indexes defined. Which one will be used by the SEARCH?
Write the code to count the sum of n natural numbers.
how do you reference the fixed unblock file formats from cobol programs
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 printer file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is perform what is varying?
how can i see junk values in dclgen or in hostvariable of comp ?
State the various causes of s0c1, s0c5 and s0c7.
What is redefines clause in COBOL?
how do you define single dimensional array and multidimensional array in your cobol?
How many bytes S(8) comp field occupy and its maximum value?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
I have a File that has duplicate records. I need only those records that occur more than thrice.?