Name the sections present in data division.
Define static linking and dynamic linking.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between Call and a Link?
What is the difference between external and global variables in COBOL?
What is difference between static and dynamic call 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?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are the access modes of START statement?
What is rmode(any) ?
what happens if parmparameter passes zero bytes to the program
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How can you get the ksds file records into your cobol program?