Correct Answer: Following guidelines to be following while writing Cobol program: - Use ? EVALUATE ? statement for constructing cases - Use scope terminators for nesting - Use in-line Perform statement for writing ?do? constructions - Use Test Before and Test After in the Perform statement while writing Do-While statements
5. What are the differences between COBOL and COBOL II?
Correct Answer: There are some differences: COBOL II supports structured programming by using in line Performs and explicit scope terminators It introduces new features (EVALUATE, SET TO TRUE, CALL BY CONTEXT, etc) It permits programs to be loaded and addressed above the 16-megabyte line It does not support many old features (READY TRACE, REPORT-WRITER, ISAM, etc) It offers enhanced CICS support
6. What is the meaning of Copy IDMS Subschema-Binds?
Correct Answer: Currency is the location within the database during run-unit execution There are four levels of currency: - Current of run-unit is the record occurrence of the last successful find or obtain; - Current of record type is for the most recent of each record type; - Current of record set is the most recent within each set - Current of area is within each area