⟩ What can I safely assume about the initial values of variables which are not explicitly initialized?
It depends on complier which may assign any garbage value to a variable if it is not initialized.
It depends on complier which may assign any garbage value to a variable if it is not initialized.
How do you reference the following file formats from COBOL programs?
What is an in line PERFORM? When would you use it? Anything else you wish to say about it.
What is the difference between NEXT SENTENCE and CONTINUE?
What is an explicit scope terminator?
What are the differences between COBOL and COBOL II?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
What care has to be taken to force program to execute above 16 Meg line?
How do you submit JCL via a COBOL program?
What guidelines should be followed to write a structured COBOL prgm?
Give some advantages of REDEFINES clause?