What is the default value(s) for an initialize and what keyword allows for an override of the default?
Can we use icetool in cobol program?
How to know whether the module is dynamical or statistical?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
How many maximum number of procedures can we write in one COBOL program?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
When would you use in-line perform?
what is the difference between start and startbr?
What is an in line perform? When would you use it? Anything else you wish to say about it.
can i use multiple when statements in search & search all ? justify ur answer?
what is meant by binary search?
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.