The ascending key requirements of successive record key values has been violated, or, the prime record key value has been changed by a COBOL program between successful execution of a READ statement and execution of the next REWRITE statement for that file. 22 Indexed and relative files only. In...
网络文件状态字 网络释义 1. 文件状态字 COBOL通过2位长度的文件状态字(FILE-STATUS)来表示文件的操作结果是否成功,常见的文件状态值及意义: 1。 www.blogjava.net|基于48个网页 例句 释义: 全部,文件状态字 更多例句筛选
FILE STATUS IS IO-STATUS.z/OS形式とUNIX/Linux形式間のデータ変換「z/OSファイルのUNIX/Linuxファイルへの移行」の前述の構成に基づき、enable-buffer-converterがシステム記述ファイルに構成されている場合は、別の2つのCOBOLプログラムが同じディレクトリ内に生成されます。• <logical file ...
file status COBOLFILESTATUS(returncode) Status Description 00 Successfulcompletion 02 Indexedfilesonly.Possiblecauses: ForaREADstatement,thekeyvalueforthecurrentkeyisequaltothevalueofthatsamekeyinthenextrecordinthecurrentkeyofreference. ForaWRITEorREWRITEstatement,therecordjustwrittencreateda...
Once the COBOL description files have been prepared, the copy files described in the mapper-<configuration name>.re file should be placed in the $PARAM/file/recs-source directory.If you use a COBOL copy book from the source platform to describe a file (see COBOL Description), then it is ...
CMD, Generate COBOL Source Code The following CMD fileDXCONVW1.cmdis used to generate(or create)the COBOL source code. This process uses the UTCONVRT utility program to do the actual program generation. @echo OFF set CmdName=DXCONVW1rem * *** rem * DXCONVW1.CMD - a Windows Command ...
Restriction:The data item referenced in theFILE STATUSclause cannot be variably located; for example, it cannot follow a variable-length table. Related tasks Using file status keys Related references FILE STATUS clause(COBOL for Linux® on x86 Language Reference)...
FILE STATUS 子句-格式 FILESTATUSISdata-name-1data-name-51 附註: 1 IBM® 延伸 當指定 FILE STATUS 子句時,系統會在明確或隱含地參照此檔案的每一個輸入/輸出要求之後,將值移至狀態索引鍵資料項目。 該值指出陳述式的執行狀態。 (請參閱 一般處理機能下的狀態金鑰 說明。) 當編譯器產生程式碼來封鎖輸...
COBOL FILE STATUS(return code) Status Description 00 Successful completion 02 Indexed files only. Possible causes: For a READ statement, the key value for the current key is equal to the value of that same key in the next record in the current key of reference. For a WRITE or REWRITE sta...
This document provides a summary of the two-byteFile Status Code(sometimes referred to as file return code or file status key)with a brief narrative for each code. For the COBOL environment if the FILE STATUS clause is specified in the FILE-CONTROL entry, a value is placed in the specified...