Glossary

Exercise 4 Solution:

a) RC = 0. All records processed without errors. - b) RC = 4. A small number of records failed but the program completed and wrote them to an error file. This is a warning condition. - c) RC = 16. Inability to open a critical resource is fatal; the program cannot continue. - d) RC = 4. Duplicates ar

Learn More

Related Terms