If you are current on the owner of a set, what is the
difference between an obtain next and obtain first?
Actually in which topic will we use dis???Plz explain it
clearly
No Answer is Posted For this Question
Be the First to Post Answer
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Minimum how many Number of Paragraphs are there in ID- Divison?
What are literals?
How to read a 100 record from a file through cobol?
Why we should use cursor ?
What compiler option would you use for dynamic linking?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
without performing any operations on a file how can i know whether it contains data or not
what is the default print format? in cobol
In INITIALIZE what is Repalcing Word will do
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?