翻訳と辞書
Words near each other
・ Data retention
・ Data Retention and Investigatory Powers Act 2014
・ Data Retention Directive
・ Data retrieval
・ Data Romance
・ Data room
・ Data science
・ Data scraping
・ Data scrubbing
・ Data Securities International
・ Data security
・ Data Security Council of India
・ Data segment
・ Data service unit
・ Data set
Data set (IBM mainframe)
・ Data sharing
・ Data Sharing for Demographic Research
・ Data Shredder
・ Data signaling rate
・ Data Sitchinava
・ Data Smog
・ Data source
・ Data source name
・ Data steward
・ Data storage
・ Data storage device
・ Data Storage Institute
・ Data storage tag
・ Data Storage Technology


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Data set (IBM mainframe) : ウィキペディア英語版
Data set (IBM mainframe)

In the context of IBM mainframe computers, a data set (IBM preferred) or dataset is a computer file having a record organization. Use of this term began with OS/360 and is still used by its successors, including the current z/OS. Documentation for these systems historically preferred this term rather than ''file''.
A data set is typically stored on a direct access storage device (DASD) or magnetic tape, however unit record devices, such as punch card readers, card punch, and line printers can provide input/output (I/O) for a data set (file).〔http://publib.boulder.ibm.com/infocenter/zvm/v5r4/index.jsp?topic=/com.ibm.zvm.v54.hcpa7/hcse7b3050.htm〕
Data sets are not unstructured streams of bytes, but rather are organized in various logical record and block structures determined by the DSORG (data set organization), RECFM (record format), and other parameters. These parameters are specified at the time of the data set allocation (creation), for example with Job Control Language DD statements. Inside a job they are stored in the Data Control Block (DCB), which is a data structure used to access data sets, for example using access methods.
==Data set organization==
For OS/360, the DCB's DSORG parameter specifies how the data set is organized. It may be physically sequential ("PS"), indexed sequential ("IS"), partitioned ("PO"), or Direct Access ("DA"). Data sets on tape may only be DSORG=PS. The choice of organization depends on how the data is to be accessed, and in particular, how it is to be updated.
Programmers utilize various access methods (such as QSAM or VSAM) in programs for reading and writing data sets. Access method depends on the given data set organization.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Data set (IBM mainframe)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.