- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
StructuredCOBOLProgramming,Stern
Structured COBOL Programming, Stern Stern, 9th Edition Structured COBOL Programming CHAPTER 15 Indexed and Relative File Processing OBJECTIVES To familiarize you with: 1. Methods of disk file organization. 2. Random processing of disk files. 3. How to create, update, and access indexed disk files. 4. How to create, update, and access relative files. 5. Methods used for organizing relative files. CONTENTS Systems Considerations for Organizing Disk Files Sequential File Organization Indexed File Organization Relative File Organization Features of Magnetic Disks and Disk Drives Processing Indexed Disk Files Creating an Indexed File Updating an Indexed File Randomly Updating an Indexed File with Multiple Transaction Records for Each Master Record CONTENTS Accessing or Reading from an Indexed File for Reporting Purposes The FILE STATUS Clause Processing Relative Disk Files What is a Relative File? Creating Relative Files Sequential Reading of Relative Files Random Reading of Relative Files Random Updating of Relative Files Converting a Key Field to a RELATIVE KEY Systems Considerations for Organizing Disk Files Sequential File Organization The simplest type of disk file organization is sequential. Sequential files are processed in the same way regardless of the type of magnetic media on which they are stored. Typically, the records to be stored in a sequential file are first sorted into sequence by a key field such as customer number, part number, or employee number. Indexed File Organization An indexed file is really two files: the data file, which is created in sequence but can be accessed randomly, and the index file, which contains the value of each key field and the disk address of the record with that corresponding key field. To access an indexed record randomly, the key field is looked up in the index file to find the disk address of the record. Then the record is accessed in the indexed data file directly. Indexed File Organizatio
您可能关注的文档
- PPT模板 党课课件模板.ppt
- ppt演示课件应用技能1[优质文档].doc
- PPT精品文档---记帐士考试會计辅导.ppt
- ppt课件--8.1 二元一次方程组(公开课)--.ppt
- ppt课件-转速、电流双闭环直流调速系统和调节器的工程设计方法.ppt
- Protecting Clients' Funds in Bank AccountsPresentation to :保护客户的资金在银行accountspresentation来.ppt
- QC小组活动中基本统计方法(ppt 76页)_0059_0711_QC基本工具(生产管理 质量管理 成本管理 品质管理).ppt
- Repair and Replace Emission Control Systems:维修和更换排放控制系统.ppt
- STC系列增强型8051单片机原理与应用-宣传资料(同名38567).doc
- Ten Years of Research Methods Publishing:十年出版的研究方法.ppt
- Theory of discounting and monetary policy:贴现和货币政策理论.ppt
- unit 2《keeping healthy》 topic 2 课件(仁爱湘教版八年级上)ppt--初中英语.ppt
- unit 5《learning about china》topic 1 section a(仁爱湘教版九年级下)ppt--初中英语.ppt
- unit 6《enjoying cycling》topic 1课件(仁爱湘教版八年级下)ppt--初中英语.ppt
- Vehicle-to-Vehicle WirelessCommunication Protocols forEn:车辆无线通信协议公开辩论的.ppt
- wvl煤矿质量标准化考试试题库全套.doc
- XXX药检所人保科职能及各岗位职责.ppt
- xx公司员工招聘方案设计(2016最新)【最新精选】.doc
- XX养老服务公司培训中心《生命体征的观察与照护》培训讲稿.ppt
文档评论(0)