Error-Handling Techniques and Error Messages |
COBOL Status Key Values and VSAM Feedback Codes contains the COBOL status key values that correspond to the VSAM feedback codes. Before you invoke VSAM, SAS traps many error conditions that set status key values in COBOL programs. Therefore, there are many COBOL status key values that contain VSAM feedback codes that have no counterpart in SAS programs.
VSAM
Feedback Code |
COBOL
Status Key Value |
---|---|
8 | 22 |
12 | 21 |
16 | 23 |
20 | 93 |
32 | 90 |
36 | 92 |
88 | 21 |
96 | 94 |
108 | 92 |
192 | 23 |
For more information about COBOL status key values and their corresponding VSAM feedback codes, consult IBM documentation.
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.