⟩ Explain the scope resolution operator.
It permits a program to reference an identifier in the global scope that has been hidden by another identifier with the same name in the local scope.
It permits a program to reference an identifier in the global scope that has been hidden by another identifier with the same name in the local scope.
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?
What is the difference between static call and Dynamic call?
How do you code COBOL to access a parameter that has been defined in JCL? And do you code the PARM parameter on the EXEC line in JCL?
What do you feel makes a good program?