23 Record not found or File not found 24 Key outside boundary of file 30 Permanent I/O Error 34 Record outside file boundary 35 While performing OPEN File and file is not present 37 OPEN file with wrong mode 38 Tried to OPEN a Locked file 39 OPEN failed because of conflicting file att...
命令STATUSCODE可能情况 ━━━┳━━━┳━━━ ┃00┃成功 ┃92┃OPEN文件逻辑错误或OPEN锁定文件 ┃93┃资源不可用,虚存或卷容量不够,文件范围 ┃┃不够或文件已采用排它控制 ┃30┃I-OERROR STARTBR┃23┃EOF READ┃10┃EOF ┃22┃记录的键值与文件中记录的键值不匹配 ┃23┃记录未找到 ┃94┃无CRP(...
VSAM文件存取方法教程说明书
VSAM APFM910 + General Information + File dataset name . . . : PROD.FINAPV.APFM910 + File organization . . . : KSDS ACB address . . . . . . : 007B5BA4 + Open/close error code . : 0 File is NSR or LSR . . : NSR + ACB strings . . . . . . : 2 High water act. ...
FILE STATUS 指定一个变量存放文件状态,这个变量应该已在 WORKING-STORAGE SECTION 中定义。 对于顺序文件,还有声明如下: [ORGANIZATION IS SEQUENTIAL] 可选,缺省为顺序组织文件 [ACCESS MODE IS SEQUENTIAL] 可选。顺序文件只允许顺序访问 [PADDING CHARACTER IS char] 指定文件在固定块长设备上时键块 所用的字符,...
FILERC1 Data Files and VSAM Data Sets 2007/11/11 STOA File Status Codes - Inquiry Option 20:30:00:00 Next File Status Code: 35__ (or extended hex value): __ Code Description PF3-Menu PF12=Esc Once a new File Status Code is entered the Repository of File Status Codes is accessed ...
FILE STATUS IS file-status 对于相对文件,还有声明如下: [ORGANIZATION IS RELATIVE]是相对文件必须的 [ACCESS MODE IS SEQUENTIAL [RELATIVE KEY IS data]]或者 [ACCESS MODE IS RANDOM/DYNAMIC RELATIVE KEY IS data] 访问方式有3种,缺省是SEQUENTIAL。 RELATIVE KEY可选。如果存在,则文件读取操作顺利完成后,data...
STATUS IS ADOPT-STATUS. The primary key composes of 3 fields and alrternate key is of 2 fields READ file-1 key IS ADOPT-KEY1 even though my VSAM file has a record with the alternate key , it is giving a status code of '23' ...
filepoolCloseOnTransaction=true|false: This parameter specifies that all files in the file pool for this data source close at the end of each transaction (commit or rollback). : When set totrue, this parameter specifies that the key is updatable. ...
01 STATUS-CODE PIC XX. 01 VSAM-RETURN-CODE. 05 VSAM-R15-RETURN-CODE PIC S99 COMP. 05 VSAM-FUNCTION-CODE PIC S9 COMP. 05 VSAM-FEEDBACK-CODE PIC S999 COMP Also Read: How to define file status code for KSDS How to define file status code for RRDS...